Live data from Hacker News

Pool_party – A leak-free memory allocator for short-lived objects

techblog.appnexus.com

1–2 of 2 posts

Re: Pool_party – A leak-free memory allocator for short-lived objects

#2
If there is one thing I miss about C++ it's the sheer number of options you have for memory management (except for GC). Sure it's easy to shoot yourself in the foot and a maintenance headache, but the potential for performance and locality is entirely up to you as a developer.