7 ms·
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.
by thrwyexecbrain 1y ago
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.
- senderista 1y agostd::vector is the only STL container that makes sense to use in practice.