You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++ file ?
The text was updated successfully, but these errors were encountered:
Ok it is self-explanatory, was just afraid of template use. But is it normal that a key value of 0 result in an infinite loop "Hypergraph is not peelable" with mphf_seq ?
No, that shouldn't happen. On how many keys are you trying to build the hash? For small key sets a special case might be needed and I haven't tested that.
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++ file ?
The text was updated successfully, but these errors were encountered: