xxHash is an extremely fast non-cryptographic hash algorithm, working at speeds close to RAM limits. It is proposed in two flavors, 32 and 64 bits.
Original implementation by Stephan Brumme.
Compute xxHash-64 of input string data, with optional seed seed.
Compute xxHash-64 of input data, with optional seed seed.
xxHash-64, based on Yann Collet's descriptions
http://cyan4973.github.io/xxHash/
http://create.stephan-brumme.com/xxhash/
TODO: merge into xxhash-d
See Source File
xxHash is an extremely fast non-cryptographic hash algorithm, working at speeds close to RAM limits. It is proposed in two flavors, 32 and 64 bits.
Original implementation by Stephan Brumme.