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

My previous solution as a GraalVM native binary #565

Closed kaufco closed 7 months ago

kaufco commented 7 months ago

Changes as compared to PR #527:

Check List:

Benchmark:

My test environment:

gunnarmorling commented 7 months ago

So does this supersede your previous PR? Could you close the other one then? Thx.

kaufco commented 7 months ago

No, I would just rebase. This PR just changes the calculate_average_kaufco.sh and adds the prepare_kaufco.sh, but no changes on the Java file at all. Maybe its better to have 2 PRs for it, but if you prefer, we can also have all in this one.

(edit: but the rebase I can only do after the first PR is merged)