emphf icon indicating copy to clipboard operation
emphf copied to clipboard

An efficient external-memory algorithm for the construction of minimal perfect hash functions

Results 2 emphf issues
Sort by recently updated
recently updated
newest added

Hello, Would it be possible to add a sample code on how to use the MPHF created by compute_mphf_seq, compute_mphf_hem and compute_mphf_scan in the README or in a minimal C++...

#### Overview This pull request focuses on optimizing and modernizing the `compute_mphf_seq` part of the codebase. Initially, the goal was to replace `std::string` with `std::string_view` to improve performance and reduce...