Module pthash::minimality
source · Expand description
Minimal
and Nonminimal
unit structs used as type parameter to indicate whether
a PHF is minimal (aka. a MPHF).
Ideally this would be a bool
const generic, but we need to use a trait instead
due to the underlying C++ binding.
Structs
- Type parameter of PHFs whose values are contiguous in the
[0; num_keys)
segment - Opposite of
Nonminimal