Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhoyt/go-1brc

My Go solutions to the One Billion Row Challenge
https://github.com/benhoyt/go-1brc

1brc go

Last synced: 17 days ago
JSON representation

My Go solutions to the One Billion Row Challenge

Awesome Lists containing this project

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](https://benhoyt.com/writings/go-1brc/) for a detailed write-up and results.