Changes between Version 61 and Version 62 of DataParallel/BenchmarkStatus
- Timestamp:
- 12/01/10 23:00:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/BenchmarkStatus
v61 v62 197 197 * '''BROKEN''': Benchmark doesn't compile, or crashes when run. 198 198 * '''SLOWDOWN''': Benchmark gets slower as number of threads increases. 199 * '''SLOWLORIS''': Benchmark scales as the number of threads increases, but the absolute performance is not acceptable compared with equivalent versions using immutable Data.Vectors. We do not have a setup in which the parallel version runs faster than the sequential reference version. Increasing the number of threads makes it faster, but not fast enough. 199 * '''SLOWLORIS''': Benchmark scales as the number of threads increases, but the absolute performance is not acceptable compared with equivalent versions using immutable Data.Vectors. We do not have a setup in which the parallel version runs faster than the sequential reference version. Increasing the number of threads makes it faster, but not fast enough. Cute, but too slow to be useful. 200 200 201 201 [[br]]
