Go Garbage Collection: A Journey Through Memory Management
Introduction
I wanted to understand how a piece of memory is consumed, allocated and managed when a program runs. This curiosity led me down a fascinating rabbit hole of memory management, garbage collection, and the inner workings of Go's runtime. W...
blog.amitkarnam.com12 min read