← Back to events
CoolingTech

How Swiss tables work in Go built-in map

What happened

Go 1.24 replaced the built-in map’s bucket-based runtime with Swiss Tables. This article explains groups, control bytes, H1 and H2, probing, table growth, directories, deletion, load factor, and the experimental split-group layout.

Summary assembled by rule from the sources below

Why it's spreading

Sources

Community