Expand description
Abstraction over possible Minimal-perfect hash functions
Structs§
- Permuted
Mphf - Composition of a MPHF and a permutation
- Swhid
Pthash - VecMphf
- Trivial implementation of
SwhidMphf
that stores the list of items in a vector
Enums§
- DynMphf
- Enum of possible implementations of
SwhidMphf
. - Permuted
DynMphf DynMphf
composed with a permutation
Traits§
- Loadable
Swhid Mphf - Sub-trait of
SwhidMphf
for “concrete” MPHF implementations - Swhid
Mphf - Minimal-perfect hash function over
SWHID
.