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

First attempt with Java-managed concurrency #590

Closed dqhieuu closed 7 months ago

dqhieuu commented 7 months ago

Check List:

Kinda curious how much faster it will run on a server with much better parallelism than my current PC.

gunnarmorling commented 7 months ago

As per the README and the PR template, new entries should run in ~10 sec or less, this one is at 65. Still merging it as you put in the effort already, but any potential follow-up PRs should be somewhere up there.