Golang GC introduction

作者 Jason Chuang 日期 2019-07-22
Golang GC introduction

Golang GC History
Go 1.3 before – Mark-Sweep

Go 1.3 after – Sweep Multiple threads

Go 1.5 tricolor mark-and-sweep algorithm

Go v1.8 hybrid write barrier