summaryrefslogtreecommitdiff
path: root/test/benchmarks/source.list
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-071-0/+2
| | | | | | | | Implemented a (slower) workaround for parallel vectors. Implemented group by. No review.
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-211-0/+2
| | | | | | | | | Bencharking a larger program with parallel collections. Fixed a couple of bugs in parallel collections. No review.
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-091-0/+1
| | | | | | | | | Array combiners implementation changed from array buffers to doubling unrolled buffers to avoid excessive copying. Still evaluating the benefits of this. No review.
* Added a benchmark for mutable hash sets.Aleksandar Pokopec2010-11-101-0/+1
| | | | | No review.
* Added hash table benchmarks.Aleksandar Pokopec2010-10-281-0/+1
| | | | | No review.
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-311-0/+4
| | | | | | | | | | | | | 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.
* Adding parallel collections to trunk.Aleksandar Pokopec2010-06-071-0/+68
sabbus also edited to add parallel collections to the library jar - review by phaller