aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CalculateAverage_hundredwatt.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix hundredwatt's entry on 10k dataset (#558)Jason Nochlin2024-01-261-8/+13
| | | | | | | | | | | | | * Improve hash function * remove limit on number of cores * fix calculation of boundaries between chunks * fix IOOBE --------- Co-authored-by: Jason Nochlin <hundredwatt@users.noreply.github.com>
* hundredwatt - 2nd submission (#338)Jason Nochlin2024-01-121-46/+25
| | | | | | | | | | | | | * check full hash before comparing * implement merykitty suggestions to simplify temperature masking; required refactoring to little-endian * standalone script for offline Perfect Hash seed searching * stop using an oversized hash table --------- Co-authored-by: Jason Nochlin <hundredwatt@users.noreply.github.com>
* create fork hundredwatt (#279)Jason Nochlin2024-01-111-0/+339
Co-authored-by: Jason Nochlin <hundredwatt@users.noreply.github.com>