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
5.69k stars 1.73k forks source link

Goscript - Data Generation solely with Go #732

Open sdbedi opened 3 months ago

sdbedi commented 3 months ago

I realize this repo is closed, but this is NOT a solution submission. This is a tool to generate test data using only Golang - similar in spirit to the existing non-authoritative Python data generator - with no need for Java.

I believe this is useful in that any latecomer who wants to use Golang to approach this challenge will find a much lower barrier to entry.

Check List: