hash-function-benchmark icon indicating copy to clipboard operation
hash-function-benchmark copied to clipboard

C++ 11 uses MurmerHash3

Open lfmunoz opened this issue 3 years ago • 0 comments

C++ 11 uses MurmerHash3 surprised you are seeing a big difference in performance.

https://github.com/gcc-mirror/gcc/blob/master/libstdc++-v3/libsupc++/hash_bytes.cc

https://stackoverflow.com/questions/19411742/what-is-the-default-hash-function-used-in-c-stdunordered-map

lfmunoz avatar Feb 01 '22 05:02 lfmunoz