gunnarmorling / 1brc

1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
6k stars 1.8k forks source link

anitasv 3.8s vs 3m 19s : Improved using custom hashmap. #672

Closed anitasv closed 6 months ago

anitasv commented 7 months ago

Check List:

Hash Collision Handling: Line 128 to 153.

Improvements: I added the custom hashtable back.

anitasv commented 7 months ago

@gunnarmorling If it is not performing better than older 00:08.752 then don't bother merging this change. Old one is much cleaner.

gunnarmorling commented 6 months ago

00:07.712 now, nice.