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
6.08k stars 1.83k forks source link

Initial Submission Spiderpig86 #592

Closed Spiderpig86 closed 7 months ago

Spiderpig86 commented 7 months ago

Check List:

gunnarmorling commented 7 months ago

Runs out of heap space for the 1B file (when run on 32 cores). Also please note that as per the README and PR template, new entries should run in about 10 sec to keep things manageable at this point, this one runs way longer before OOM-ing.

gunnarmorling commented 7 months ago

Gonna close this one for now as I haven't heard back and need to clean the slate a bit Please feel free to reopen once all the issues have been addressed. Thx!