martinus / map_benchmark

Comprehensive benchmarks of C++ maps
MIT License
299 stars 29 forks source link

Update dependencies.cmake #13

Closed ktprime closed 2 years ago

ktprime commented 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.

martinus commented 2 years ago

thanks! Yes I'll test both

martinus commented 2 years ago

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.