A fast multiplicative hash by Phil Bagwell.
Hashing
is a trait whose instances each represent a strategy for hashing
instances of a type.
An implementation of Austin Appleby's MurmurHash 3 algorithm (MurmurHash3_x86_32).
Fast multiplicative hash with a nice distribution.
Fast multiplicative hash with a nice distribution.
Fast multiplicative hash with a nice distribution for 64-bit values.
Fast multiplicative hash with a nice distribution for 64-bit values.