Module pthash::hashing

source ·
Expand description

Non-perfect hash algorithms underlying a PHF (MurmurHash2_64 and MurmurHash2_128)

Structs

Traits

  • Trait of types which can be hashed with PTHash perfect hash functions.
  • Trait of generic non-cryptographic hash function, which can be used to back a PTHash perfect hash function.