The Garbage Collection Handbook
The Garbage Collection Handbook
The Garbage Collection Handbook http://gchandbook.org/editions.html
// The algorithm decomposes into several steps. // This is a high level description of the algorithm being used. For an overview of GC a good // place to start is Richard Jones' gchandbook.org. //
https://github.com/cch123/golang-notes/blob/master/gc.md