aboutsummaryrefslogtreecommitdiff
path: root/devel/robin-hood-hashing/pkg-descr
blob: f49731591975da2f89f5d8b5e5b9347630d3c0b4 (plain) (blame)
1
2
3
4
robin-hood-hashing provides classes robin_hood::unordered_map and
robin_hood::unordered_set. It is a platform independent replacement for
std::unordered_map and std::unordered_set which is both faster and more memory
efficient for real-world use cases.