Tag
Tag:compiler
All the articles with the tag "compiler".
Feb 28, 2026 · 3 min readgo
Go 1.26: Stack vs Heap Allocation — Faster Code Without Changing a Line
Go 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.
Continue reading →