summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/ParallelSetCheck.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-3/+3
|
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
| | | | | | | | | | | | Implementing foreach to work in parallel in ParIterableLike. Doing a bunch of refactoring around in the collection framework to ensure a parallel foreach is never called with a side-effecting method. This still leaves other parts of the standard library and the compiler unguarded. No review.
* Mostly refactored existing test functionality f...Aleksandar Pokopec2010-10-281-0/+62
Mostly refactored existing test functionality for parallel collections. Added immutable hash set tests. No review.