Go Conference 2023
I participated in a Lightning Talk at Go Conference 2023.
The talk covered how we successfully reduced memory usage by 30-40% without increasing latency or CPU usage when upgrading the Go version from 1.17 to 1.19 in an advertising server that processes 200 million requests per day, written in Go. In this session, I explained the mechanics of Go's garbage collection based on https://go.dev/doc/gc-guide, incorporating actual measurement data.