👩💻 Join our community of thousands of amazing developers!
Prelude This is the second post in a three part series that will provide an understanding of the mechanics and semantics behind the garbage collector in Go. This post focuses on how to generate GC traces and interpret them. Index of the three part series: 1) Garbage Collection In Go : Part I - Semantics 2) Garbage Collection In Go : Part II - GC Traces 2) Garbage Collection In Go : Part III - GC Pacing...