The Green Tea Garbage Collector
Explains recent garbage collector design changes and what they improve in real workloads.
Explains recent garbage collector design changes and what they improve in real workloads.
- Author: Michael Knyszek and Austin Clements
- Authority: primary
- Kind: blog
- URL: https://go.dev/blog/greenteagc
What it covers
- recent GC improvements
- collector design evolution
- runtime latency and throughput changes
Why authoritative
Runtime team write-up on modern GC improvements and rationale.
Use when
- what changed in newer Go GC behavior
- why is Go GC latency better here
- what GC improvements matter for this workload
Keywords
- green tea gc, garbage collector, runtime, latency, collector design