Module ph::fmph

source ·
Expand description

Fingerprint-based minimal perfect hashing.

Re-exports§

Modules§

  • Utils for indexing with group optimization.
  • Managing sets of keys during construction of minimal perfect hash functions.

Structs§

  • Build configuration that is accepted by Function constructors.
  • Fingerprinting-based minimal perfect hash function (FMPH).
  • Build configuration that is accepted by GOFunction constructors.
  • Configuration of family of (group-optimized) hash functions used by GOFunction and accepted by GOBuildConf constructors.
  • Fingerprinting-based minimal perfect hash function with group optimization (FMPHGO).