Hacker News new | ask | show | jobs
by taylorallred 405 days ago
Cool that you're using areas/pools for lifetimes. Are you also using custom data structures or stl (out of curiosity)?
1 comments

Nothing fancy, I found that one can do almost anything with std::vector, a good enough hash map and a simple hand-rolled intrusive list.
std::vector is the only STL container that makes sense to use in practice.