Hacker News new | ask | show | jobs
by quotemstr 1165 days ago
> Stack is usually faster to use since it's always sequential in nature

You can use an arena allocator to get linear allocation on the heap too. Arena allocation is underused IMHO.