Tag: compiler
All the articles with the tag "compiler".
-
Go 1.26: Stack vs Heap Allocation — Faster Code Without Changing a Line
3 min read goGo 1.26 ships with compiler optimizations that move more slice allocations from the heap to the stack. Your existing code gets faster without a refactor.