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.14k stars 1.85k forks source link

Naive Ruby & Go implementations #723

Closed jbarrieault closed 6 months ago

jbarrieault commented 7 months ago

Trying a naive implementation in both Ruby and Go.

The implementation:

Everything is serial.

jbarrieault commented 6 months ago

😳