C++ Hashmap libraries

I'm currently researching for a project different implementations of hashmaps in c++ for benchmarking purposes.

So far I found, of course, the std:: implementations, the boost implementations, the google sparse and dense hashmaps, libhashish and khash. Now I'm wondering if there are others?

Thank you for your help in advance.
Topic archived. No new replies allowed.