November 02, 2024 at 06:35| eli.thegreenplace.net
How I solved the One Billion Row Challenge (1BRC) in Go nine times, from a simple unoptimised version that takes 1 minute 45 seconds, to an optimised and parallelised version that takes 3.4 seconds.| benhoyt.com
Why and how I added proper CSV support to GoAWK, my POSIX-compatible AWK interpreter.| benhoyt.com
July 21, 2023 at 14:30| eli.thegreenplace.net
Overview ¶| pkg.go.dev
Idioms and patterns for handling errors in Go.| go.dev