Finding Hidden Bottlenecks in Go Apps: A Lazy, Hacky, and Bruteforce Method
Sigma Hunter
· 4/2/2026
When developing pgrwl - a PostgreSQL WAL receiver - performance is a critical concern. Every part of the program must be predictable. There should be no hidd...