summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/mutable
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-1314-151/+204
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-303-3/+3
* A bunch of scaladoc cleanups.Paul Phillips2011-03-292-32/+6
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-225-5/+11
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-184-1/+13
* Changed Super to fix #4300Martin Odersky2011-03-141-3/+3
* Updated docs. No review.Aleksandar Pokopec2011-02-1012-14/+189
* Merge branch 'work'Aleksandar Pokopec2011-01-263-3/+4
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* Renamed the files whose names have fallen out o...Paul Phillips2011-01-061-0/+0
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-212-2/+2
* Made parallel collections serializable.Aleksandar Pokopec2010-12-093-3/+40
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-096-31/+203
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-092-3/+6
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-1/+1
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-274-15/+17
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-252-1/+4
* A slight performance improvement for parallel s...Aleksandar Pokopec2010-11-111-25/+25
* Solved a performance problem in parallel hash t...Aleksandar Pokopec2010-11-112-12/+26
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-101-12/+32
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-087-45/+511
* Performance bug in hash table splitter fixed, ...Aleksandar Pokopec2010-10-282-4/+12
* Added hash table benchmarks.Aleksandar Pokopec2010-10-281-2/+2
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-281-2/+2
* Debugging parallel hash tables.Aleksandar Pokopec2010-10-281-15/+77
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-282-6/+24
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-202-12/+24
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-203-20/+290
* Changed hash code strategy in hash table - now ...Aleksandar Pokopec2010-10-201-0/+25
* Added stubs to parallel hash map. No reviewAleksandar Pokopec2010-10-202-7/+19
* Refactoring certain tasks to accept empty split...Aleksandar Pokopec2010-10-206-3/+158
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-222-1/+10
* Refactorings to make iterators required by task...Aleksandar Pokopec2010-09-171-13/+13
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-141-6/+8
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-132-6/+14
* Fix for last commit.Aleksandar Pokopec2010-07-281-11/+0
* Refactored benchmarks.Aleksandar Pokopec2010-07-261-1/+41
* Parallel collection library renamings. No reviewAleksandar Pokopec2010-07-236-175/+175
* Parallel array `map` optimisation. No review.Aleksandar Pokopec2010-06-301-0/+37
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-186-0/+860