dense_hash_map icon indicating copy to clipboard operation
dense_hash_map copied to clipboard

A simple replacement for std::unordered_map

jg::dense_hash_map

A simple replacement for std::unordered_map with better performance but loose stable addressing as a trade-off. See a lengthy explanation of this hash map here: https://jguegant.github.io/blogs/tech/dense-hash-map.html#dense-hash-map

Build status:

  • Travis: Travis Build Status