BPHash
General object hashing library for C++
|
Implementation of MurmurHash3 32-bit x64 hash. More...
#include <MurmurHash3_32_x64.hpp>
Implementation of MurmurHash3 32-bit x64 hash.
This hash calculates the 128-bit using MurmurHash3, and then returns only the first 32-bits. This is found to be faster than running the 32-bit x32 hash on a 64-bit machine.
Definition at line 23 of file MurmurHash3_32_x64.hpp.
|
default |
|
default |
|
default |
|
default |
|
virtual |
Finish hashing and report the hash.
Finish hashing any remaining data if necessary, and perform and last steps. Then, return the hash.
Reimplemented from bphash::detail::MurmurHash3_128_x64.
Definition at line 15 of file MurmurHash3_32_x64.cpp.
|
default |
|
default |