summaryrefslogtreecommitdiff
path: root/test/benchmarks/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Optimized HashTable.indexPap Lőrinc2016-11-241-0/+170
* | Added benchmarks for Vector and HashMapPap Lőrinc2016-11-182-0/+102
* | 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-013-0/+325
|\|
| * Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-032-45/+39
| * 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-032-0/+127
| * Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-031-10/+22
| * Add get() tests to OpenHashMap, reduce timing artifacts.Performant Data LLC2016-05-031-35/+144
| * Add JMH to the benchmark framework.Performant Data LLC2016-05-031-0/+76
* | Remove further references to forkjoinJason Zaugg2015-07-1583-64004/+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-075-31/+161
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-075-12/+12
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-214-0/+58269
* 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-093-0/+59
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-092-3/+6
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-098-9/+9
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-103-3/+12
* Added a benchmark for mutable hash sets.Aleksandar Pokopec2010-11-101-0/+144
* To fix the failing nightly.Aleksandar Pokopec2010-11-101-0/+4
* Performance bug in hash table splitter fixed, ...Aleksandar Pokopec2010-10-286-9/+88
* Added hash table benchmarks.Aleksandar Pokopec2010-10-283-6/+160
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-281-1/+1
* 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
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-227-69/+157