Go 1.20: memory arenas
Go 1.20 release added a new experimental arena package that provides memory arenas. This article explains what memory arenas are and how you can use them to reduce garbage collection overhead and make your programs faster.
Garbage collection overhead...
uptrace.hashnode.dev5 min read