Hacker News new | ask | show | jobs
by deepsun 1032 days ago
Arenas are still experimental (as of go v1.21).
1 comments

Sorry, I used the wrong terminology. They are called “spans” in Go’s GC. There are different sizes of spans that allocations end up in, which helps avoid fragmentation.