A3-L

Dissecting Slices, Maps and Channels in Go

Intermediate
Long Session (40 minutes)

My talk is about how slices, maps and channels work in the Go runtime. The idea is to use unsafe to extract the memory state on runtime and analyze how that is changing over time when you operate with the slices, maps and channels. We will see how channel buffers or maps buckets work under the hood.