Closed xanderdunn closed 3 years ago
Yes, the source code for MurmurHash3 is in the smhasher library, I just wrote a wrapper in my utils library. To compile with MurmurHash3 you have to add an appropriate include path
I just added smhasher as another submodule and added some code to the cmake file, which makes it a little more clear how to use it.
utils/hash/murmur3_hash.hpp has a line
#include "MurmurHash3.cpp"
, but the compiler can't find this file, and I don't see it in the utils repo either.