Memory Arenas in Golang
Jan 22, 2023 · 3 min read · Golang periodically runs a garbage-collection algorithm to free up unreachable objects. For longer programs, this task itself eats up a lot of CPU. Along with this Go runtime delays garbage collection as long as possible to free as much as possible m...
Join discussion
