Hacker News new | ask | show | jobs
by CoolGuySteve 2383 days ago
Ya if you allocate/deallocate onto a stack, the most recently freed memory is more likely to be hot in the cache for the next allocation, reducing overall latency.

It’s something I do all the time in C++.