aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CalculateAverage_seijikun.java
Commit message (Collapse)AuthorAgeFilesLines
* seijikun: Fix new unit-test introduced with #125Markus Ebner2024-01-061-5/+1
|
* Update seijikun implementationMarkus Ebner2024-01-051-76/+145
| | | | | | | | | | | | | | | | | | | | | * Use Integer calculation instead of double, add unit-test * Bring back StationIdent optimization Originally, StationIdent was using byte[] to store names, so the extra String allocation could be avoided. However, that produced incorrect sorting. Sorting is now moved to the result merging step. Here, names are converted to Strings. * Implement readStationName with SIMD 256bit * Rebase and cleanup test code, now that it's in the project * Fix seijikun formatting * Fix test failure in specific jobCnt edge-cases * Also switch to graalvm
* Auto reformat classesFilip Hrisafov2024-01-041-2/+1
|
* Adding seijikun's submissionMarkus Ebner2024-01-031-0/+221