Closed ktprime closed 2 years ago
no need it again. can you add one more hash map emhash7 https://github.com/ktprime/emhash/blob/master/hash_table7.hpp
emhash8 is only fast on iteration/find miss/big key-value.
thanks! Yes I'll test both
Just a heads up: for RandomFind I'm also testing with random 64bit values where the lower 32 bit are set to zero. With std::hash the map is really slow in that case.
RandomFind
std::hash
no need it again. can you add one more hash map emhash7 https://github.com/ktprime/emhash/blob/master/hash_table7.hpp
emhash8 is only fast on iteration/find miss/big key-value.