Getting to Go: The Journey of Go's Garbage Collector
Historical and architectural background on how Go's GC evolved toward lower latency.
Historical and architectural background on how Go’s GC evolved toward lower latency.
- Author: Rick Hudson
- Authority: primary
- Kind: blog
- URL: https://go.dev/blog/ismmkeynote
What it covers
- GC design history
- latency goals
- runtime tradeoffs over time
Why authoritative
Primary historical perspective from a core GC designer.
Use when
- what is the design history of Go GC
- why does Go GC behave this way
- how did Go’s garbage collector evolve
Keywords
- garbage collector, history, latency, runtime, architecture