Expand description
Module for hashing utilities.
Named hash_utils to prevent clashing with the std::hash module.
Type Aliasesยง
- HashMap using a fast, non-cryptographic hash algorithm.
- HashSet using a fast, non-cryptographic hash algorithm.
- IndexMap using a fast, non-cryptographic hash algorithm.