aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CalculateAverage_twobiers.java
Commit message (Collapse)AuthorAgeFilesLines
* Adjust buffer size to solve test failure in #125twobiers2024-01-061-1/+1
|
* Twobier's submissionTobi2024-01-051-0/+295
* First performance tweaks * further tweaks * collect into a treemap * Tweak JVM options * Inline rounding into collector * reduce some operations * oops, add missing braces * tweak JVM options * small fixes * add min and max to processing * fix min * remove compact strings * replace sumWithCompensation with naive sum implementation * use UseShenandoahGC * integrate mmap * integrate mmap * Fix messed up array logic * Set jdk version