pub fn jenkins3_hashpath(path: &str) -> u64
Expand description
Perform a HashPath
with hashlittle2
(aka: jenkins3).
This normalises path
using the same rules as SStrHash
, and then
merges the two u32
s of hashlittle2
into a u64
, with pc
as the
high bytes.