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?