summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/Unrolled.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-3/+3
|
* Merge branch 'work'Aleksandar Pokopec2011-01-261-1/+1
| | | | | | Conflicts: src/library/scala/concurrent/SyncVar.scala
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-0/+26
Added parallel mutable hash sets. Implemented parallel mutable hash set iterators. Implemented parallel mutable hash set combiners. Factored out unrolled linked lists into a separate class UnrolledBuffer, added tests. Added parallel mutable hash set tests, and debugged hashsets. No review.