1brc/src
Elliot Barlas a8bd6b58ce
Elliot Barlas: Use proper hash key collision detection scheme
* Use open-addressing scheme to deal with hash table collisions. Reduce concurrency from 16 to 8. Use bit mask rather than mod operator to confine hash code to table range.

* Properly handle file partitions that reside entirely within a line.

* Reorder statements in doProcessBuffer.
2024-01-04 21:06:19 +01:00
..
main Elliot Barlas: Use proper hash key collision detection scheme 2024-01-04 21:06:19 +01:00
test/resources Fixing wrong expected value 2024-01-04 17:43:01 +01:00