Hacker News new | ask | show | jobs
by schneems 3964 days ago
Allocating things on the stack is still allocating things? It's faster to mutate than to allocate?
1 comments

Allocating stuff on the stack is basically free. You just have to decrement the stack pointer.