ktprime / emhash

Fast and memory efficient c++ flat hash map/set
MIT License
435 stars 30 forks source link

hash_table8.hpp is missing? #8

Closed perara closed 2 years ago

perara commented 2 years ago

im blind, sorry.

ktprime commented 2 years ago

im blind, sorry.

emhash8(hash_table8.hpp) is not the fastest. it's only optimatzed for large key-value and memory use,iter/copy/clear is fastest compared others hash map but quite slow for erasion. you can try run my ebench. for normal case emhash7 is a goode choice.