summaryrefslogtreecommitdiff
path: root/test/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5741 from monkey-mas/bump-up-sbt-jmh-to-0.2.21Seth Tisue2017-03-211-1/+1
|\
| * Bump up sbt-jmh to 0.2.21Masaru Nomura2017-02-251-1/+1
* | Add benchmarks for Map4 to HashMap and Set4 to HashSet transitionsRory Graves2017-03-042-0/+58
* | Fix compile error on existing ListBenchmarkRory Graves2017-03-041-6/+4
|/
* Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-0/+72
|\
| * Add benchmark for List.mapConserveRory Graves2017-01-281-0/+15
| * Optimised implementation of List.filter/filterNotRory Graves2017-01-281-0/+57
* | Fix copy/pasto references to mutable package in benchmarkJason Zaugg2017-02-031-3/+1
* | Benchmark for immutable.HashMap.{get, contains}Jason Zaugg2017-02-031-0/+58
* | Fix how "sbt" is writtenDale Wijnand2016-12-211-4/+4
* | add project/build.properties for benchmark projectkenji yoshida2016-12-071-0/+1
* | Optimized HashTable.indexPap Lőrinc2016-11-241-0/+170
* | Added benchmarks for Vector and HashMapPap Lőrinc2016-11-182-0/+102
* | Updated benchmark dependenciesPap Lőrinc2016-11-183-8/+5
* | Bump sbt-jmh version to 0.2.16Masaru Nomura2016-09-291-1/+1
* | Use 2.12.0-M4-9901daf as STARR (see #5152)Adriaan Moors2016-06-281-1/+1
* | scala version in benchmark projectLukas Rytz2016-06-021-1/+1
* | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-014-82/+251
|\|
| * SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-264-82/+251
* | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-017-0/+457
|\|
| * Enable full compiler optimizations in JMH benchmarking.Performant Data LLC2016-05-051-1/+1
| * Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-033-59/+61
| * Improve the OpenHashMapBenchmark run times.Performant Data LLC2016-05-031-7/+14
| * Add a JMH runner class to the library benchmark framework.Performant Data LLC2016-05-033-9/+167
| * Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-034-11/+35
| * Add get() tests to OpenHashMap, reduce timing artifacts.Performant Data LLC2016-05-031-35/+144
| * Add a reference to Doug Lea's benchmarks.Performant Data LLC2016-05-031-1/+2
| * Add JMH to the benchmark framework.Performant Data LLC2016-05-035-0/+156
* | Remove further references to forkjoinJason Zaugg2015-07-1586-64147/+0
|/
* Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-291-3/+3
|\
| * Improve method names (m-o)Janek Bogucki2015-06-281-3/+3
* | Fix 23 typos (m-o)Janek Bogucki2015-06-281-2/+2
|/
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-232-17/+17
* Range.foreach optimization.Paul Phillips2011-12-121-0/+61
* Begone t1737...Hubert Plociniczak2011-11-0273-477/+477
* Refinement of murmurhash implementation.Paul Phillips2011-09-081-68/+80
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-011-0/+61
* Merge branch 'work'Aleksandar Pokopec2011-01-266-0/+61
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-0/+241
* Merge branch 'work'Aleksandar Pokopec2011-01-121-4/+6
* Enabled parallel group by.Aleksandar Pokopec2011-01-101-0/+1
* Test case change.Aleksandar Pokopec2011-01-071-1/+1
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-076-31/+163
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-075-12/+12
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-216-1/+58278
* A minor update in a benchmark.Aleksandar Pokopec2010-12-211-1/+2
* Made parallel collections serializable.Aleksandar Pokopec2010-12-097-7/+7
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-094-0/+60
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-092-3/+6