The Green Tea garbage collector is a new parallel marking algorithm designed to enhance memory locality in Go's garbage collection process. By scanning objects in larger contiguous memory blocks, it aims to reduce GC CPU costs, especially for GC-heavy workloads, and is anticipated to improve performance on many-core systems.

12m read timeFrom github.com
Post cover image
Table of contents
IntroductionDesignPrototype evaluationFuture workAcknowledgementsFootnotes
1 Comment

Sort: