Changes between Version 79 and Version 80 of DataParallel/BenchmarkStatus
- Timestamp:
- 12/02/10 22:59:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/BenchmarkStatus
v79 v80 181 181 These programs also use user defined algebraic data types. Vectorization of these programs is still a work in progress. 182 182 183 [http://darcs.haskell.org/libraries/dph/dph-examples/imaginary/Words/ Words]:: 184 Counts the number of words in a string. This is a naive divide-and-conquer benchmark that divides right down to a single character. A production program would switch to a simple sequential algorithm once the string chunks were small enough. It's a good stress test for the vectoriser though. 185 186 '''Status''': Runs, but we need to generate some larger test data. Right now it's just got a small test string baked into the program. 187 188 [[br]] 183 189 [http://darcs.haskell.org/libraries/dph/dph-examples/real/NBody/ BarnesHut] '''(SLOWLORIS)''':: 184 190 This benchmark implements the Barnes-Hut algorithm to solve the ''n''-body problem in two dimensions. There is a naive O(n^2^) version in the same package.
