Skip to main content

Module hash

Module hash 

Source
Expand description

Fast hashing utilities.

This module provides fast, non-cryptographic hash functions suitable for use in hash tables and other data structures.

Structs§

StableHashBuilder
A hash builder that produces consistent hashes.
StableHasher
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§

FxBuildHasher
A fast hash builder using aHash.
FxHashMap
A HashMap using fast hashing.
FxHashSet
A HashSet using fast hashing.
FxHasher
A fast hasher based on aHash.