|
|
|
|
|
by boyd
751 days ago
|
|
I think we're somewhat talking past one another -- in any case, we'll add more in the README on minimal perfect hash functions and the differences. In short, you'd need to also have a data structure (e.g., a Bloom filter) for checking if the key is in your MPHF and then also a mapping of 1..n MPHF values to your actual values. |
|
Again, the MWHC construction does not need to map the hashed keys to ranks, they can map to the values directly.