golang

Anatomy of Structs in Golang

Deep dive into golang structs and how they are represented in memory and learn about memory optimization.

Macro view of Maps in Golang

Understand how maps are stored in Golang internally and why are they an unsorted collections.