1BRCgo Study project Based on The One Billion Row Challenge and This Repository Run Generate a CSV file with 1.000.000 rows: go run cmd/generate/main.go -size=1_000_000 -output=1brc.csv Parse the csv file go run cmd/parse/main.go 1brc.csv