Module mph

Source
Expand description

Abstraction over possible Minimal-perfect hash functions

Structs§

PermutedMphf
Composition of a MPHF and a permutation
SwhidPthash
VecMphf
Trivial implementation of SwhidMphf that stores the list of items in a vector

Enums§

DynMphf
Enum of possible implementations of SwhidMphf.
PermutedDynMphf
DynMphf composed with a permutation

Traits§

LoadableSwhidMphf
Sub-trait of SwhidMphf for “concrete” MPHF implementations
SwhidMphf
Minimal-perfect hash function over SWHID.