The most organized collection of internal resources links is probably this:

Golang Internals Resources

Other than that, answers to these questions aren’t collected in once place, but they are scattered in different blog posts.

Go Slices

Go Strings

Go Channels Internals

Go Interfaces Internals

Go Reflection Internals

Go Maps Internals

Go Scheduler

Go Memory Allocation

Go Garbage Collector

Go + Windows

Constants internals: The Go Blog: Constants

Map implementation: Overview on SO: Golang map internal implementation - how does it search the map for a key?; also related: Go’s maps under the hood

Map internals: Macro View of Map Internals In Go


🌱 Back to Garden

10 items under this folder.