Allocating on the Stack
https://go.dev/blog/allocation-optimizations
#HackerNews #Allocating #on #the #Stack #StackAllocation #MemoryManagement #GoLang #Optimization #Techniques
A description of some of the recent changes to do allocations on the stack instead of the heap.