repositorypackage
0.0.0-20240424215819-bb0641a50864
Repository: https://github.com/benhoyt/go-1brc.git
Documentation: pkg.go.dev
# README
The One Billion Row Challenge in Go: from 1m45s to 4s
These are my progressively-faster solutions to the One Billion Row Challenge in Go: from a simple unoptimised version (r1.go) that takes 1 minute 45 seconds, to an optimised and parallelised version (r9.go) that takes 4 seconds.
Read the article for a detailed write-up and results.