Hacker News new | ask | show | jobs
by lesam 628 days ago
C++ gives both ‘map’ and ‘unordered_map’, and in my experience idiomatic C++ uses unordered_map unless you actually need a tree.