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
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