
Inside Go — Part 2: Memory Management in Go
A deep dive into how Go handles memory behind the scenes. Learn the difference between stack and heap, how escape analys...
golanggo memory managementstackheapgarbage collectionescape analysis
Thoughts on software engineering and technology
A deep dive into how Go handles memory behind the scenes. Learn the difference between stack and heap, how escape analys...
In this first part of the “Inside Go” series, I’ll walk through how Go source code transforms into a binary. From lexing...
A deep-dive series into Go’s internals. From compilation to memory management, concurrency, and performance tuning, each...