summaryrefslogtreecommitdiff
path: root/test/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-103-3/+12
| | | | | No review.
* Added a benchmark for mutable hash sets.Aleksandar Pokopec2010-11-102-0/+145
| | | | | No review.
* To fix the failing nightly.Aleksandar Pokopec2010-11-101-0/+4
| | | | | No review.
* Performance bug in hash table splitter fixed, ...Aleksandar Pokopec2010-10-286-9/+88
| | | | | | | | | | Performance bug in hash table splitter fixed, where size map was not used and all the elements were counted instead. Performance tests now pass. No review
* Added hash table benchmarks.Aleksandar Pokopec2010-10-284-6/+161
| | | | | No review.
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-281-1/+1
| | | | | No review.
* Fixed ParSeqView, added Patched and Reversed.Aleksandar Pokopec2010-09-242-0/+22
|
* Adds a zip for ParIterables + a new Zipped view...Aleksandar Pokopec2010-09-234-0/+25
| | | | | | Adds a zip for ParIterables + a new Zipped view for ParSeqView and ParIterableView + a bench test. No review
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-227-69/+157
| | | | | | Reimplementing parallel views to solve several performance glitches. No review.
* Refactorings to make iterators required by task...Aleksandar Pokopec2010-09-171-1/+1
| | | | | | Refactorings to make iterators required by task objects less restricted. No review
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-141-1/+1
|
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-131-4/+10
|
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-314-1/+60
| | | | | | | | | | | | | Added scalacheck folder, scalacheck source update script, and scalacheck ant tasks. Build process will now generate a scalacheck jar in the build/pack/lib directory. It generates it from the scalacheck source in the src/scalacheck dir. If the source there gets out of date, it is to be updated manually using the tools/updatescalacheck script. Review by phaller.
* Fix for last commit.Aleksandar Pokopec2010-07-281-1/+1
|
* Minor tweaks. No review.Aleksandar Pokopec2010-07-271-1/+1
|
* Refactored benchmarks.Aleksandar Pokopec2010-07-2619-58/+114
|
* Parallel array `map` optimisation. No review.Aleksandar Pokopec2010-06-301-1/+1
|
* Implemented lazy combiners for parallel hash trie.Aleksandar Pokopec2010-06-291-1/+4
|
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-182-4/+4
| | | | | | Moved parallel collections to library dir, changed sabbus script. Added `par` to some of the classes. No review.
* Refactorings and hash trie combiners. No review.Aleksandar Pokopec2010-06-182-0/+205
|
* Minor changes in parallel hash trie. No review.Aleksandar Pokopec2010-06-164-0/+18
|
* Fixed hash trie splitting. No review.Aleksandar Pokopec2010-06-162-1/+5
|
* Adding primary version of parallel hash tries.Aleksandar Pokopec2010-06-152-1/+11
| | | | | No review.
* Further improved combine for hash tries, cuttin...Aleksandar Pokopec2010-06-111-1/+3
| | | | | | Further improved combine for hash tries, cutting of another 30ms (160 downto 130). Review by rompf.
* Added `combine` and `split` to immutable.HashMap.Aleksandar Pokopec2010-06-094-2/+59
| | | | | | Under test/benchmarks there is a `bench` script to run benchmarks - it can be invoked after running building the library. Review by rompf.
* Adding parallel collections to trunk.Aleksandar Pokopec2010-06-0771-0/+4288
sabbus also edited to add parallel collections to the library jar - review by phaller