pub fn hash_single_fast<H: Hash>(value: H) -> u64
Expand description
Hashes a single value using the “fast” hash implementation, and returns the 64-bit hash value.
Utilizes the “fast” hash implementation provided by FastHasher
. See get_fast_hasher
for more details on hash
values and the consistency of hash output between different hashing approaches and application states.