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

Traits