summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/HashTrieSplit.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-0/+47
Fixing an issue with hashset splitters where the splitting does not work if some elements have already been iterated. Added parallel collections exception handling. Added parallel collections break control. Renaming ParHashTrie -> ParHashMap. The part with immutable.{HashSet, HashMap} - review by rompf