Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 383 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 383 Bytes

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.