summaryrefslogtreecommitdiff
path: root/test/benchmarks/src/scala/collection/parallel/benchmarks/misc/Coder.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove further references to forkjoinJason Zaugg2015-07-151-162/+0
| | | | | | | | | | | | | | | | | Use j.u.c.Forkjoin directly in active and disabled tests Remove bitrotted benchmarks code I was going to update these to use `java.util.concurrent.ForkJoin` directly, instead of our deprecated stubs. But most of them don't compile anymore (e.g. scala.testing.Benchmark has been removed, ClassTag imports missing). While I'm all for benchmarks, we should have large swathes of code checked in that isn't at compiled and run automatically. I'm happy to help someone resurrect these in a suitable form.
* Fix 23 typos (m-o)Janek Bogucki2015-06-281-2/+2
|
* Begone t1737...Hubert Plociniczak2011-11-021-36/+36
|
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-071-30/+49
| | | | | | | | Implemented a (slower) workaround for parallel vectors. Implemented group by. No review.
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-211-0/+143
Bencharking a larger program with parallel collections. Fixed a couple of bugs in parallel collections. No review.