Function xxhash_c::xxh64

source · []
pub fn xxh64(input: &[u8], seed: u64) -> u64
Expand description

Calculates 64bit hash of provided input

Runs faster on 64bit systems, and slower on 32bit systems