Hacker News new | ask | show | jobs
by MathMonkeyMan 877 days ago
The implementations of vector, list, and unordered_map in every standard library I've used have been sufficient for every C++ library I've worked on.

There are special cases, and there are engineering politics, but it's all basically fine.