BPHash
General object hashing library for C++
|
Implementation of MurmurHash3 64-bit x64 hash. More...
#include <MurmurHash3_64_x64.hpp>
Implementation of MurmurHash3 64-bit x64 hash.
This hash calculates the 128-bit using MurmurHash3, and then returns only the first 64-bits. This is claimed to be faster than a pure 64-bit hash algorithm (according to the author).
Definition at line 24 of file MurmurHash3_64_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_64_x64.cpp.
|
default |
|
default |