Abstract
Garbage collection is an important part of Go memory management. The current implementation introduces very low latency, allowing Go to meet tight scalability requirements. In this talk we will look at the strategies adopted by Go, the reasons that led to the current design and what kind of consequences it has on writing Go code.