martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
898 stars 72 forks source link

Adds support for custom container instead of only std::vector. #20

Closed martinus closed 2 years ago

martinus commented 2 years ago

Adds a test that makes use of boost::interprocess. This also uses fancy pointers, so there are some updates needed to bucket handling.