The One Billion Row Challenge In Go: From 1m 45s To 4s In Nine Solutions
- Ben Hoyt tl;dr: “This article describes the nine solutions I wrote in Go, each faster than the previous. The first, a simple and idiomatic solution, runs in 1 minute 45 seconds on my machine, while the last one runs in about 4 seconds. As I go, I’ll show how I used Go’s profiler to see where the time was being spent.”featured in #494
The Billion Row Challenge (1BRC) - Step-By-Step From 71s To 1.7s
- Marko Topolnik tl;dr: “The main thing I'd like to show you in this post is that a good part of that amazing speed comes from easy-to-grasp, reusable tricks that you could apply in your code as well. Towards the end, I'll also show you some of the magical parts that take it beyond that level.”featured in #491
featured in #480
featured in #466
featured in #143