Expand description
Fast hashing utilities.
This module provides fast, non-cryptographic hash functions suitable for use in hash tables and other data structures.
Structs§
- Stable
Hash Builder - A hash builder that produces consistent hashes.
- Stable
Hasher - A stable hasher using FNV-1a.
Functions§
- combine_
hashes - Combines two hash values.
- hash_
one - Computes a 64-bit hash of the given value.
- stable_
hash - Computes a stable hash of the given bytes.
Type Aliases§
- FxBuild
Hasher - A fast hash builder using aHash.
- FxHash
Map - A
HashMapusing fast hashing. - FxHash
Set - A
HashSetusing fast hashing. - FxHasher
- A fast hasher based on aHash.