jermp / pthash

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

Set m_seed in build_from_hashes instead of build_from_keys #53

Closed progval closed 2 months ago

progval commented 2 months ago

Not setting the seed in build_from_hashes prevents users of the library from using it, as they otherwise cannot set the seed

jermp commented 2 months ago

Nice catch, thanks!