jermp / pthash

Fast and compact minimal perfect hash functions in C++.
MIT License
190 stars 25 forks source link

Add getters for m_seed in partitioned_phf and single_phf #56

Closed progval closed 5 months ago

progval commented 5 months ago

This allows users to reimplement operator() by hashing themselves and then calling position(hash)