Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wahern/phf

Tags

rel-20190215

Toggle rel-20190215's commit message
fix rabin-miller witness limit typo (s/2027/2047/), and don't return …

…1 as a prime, which is more conventional and makes it easier to compare output with primes(3) utility

rel-20190214

Toggle rel-20190214's commit message
std::string and realloc don't mix; fixes Issue #6, Crash in PHF::init…

…<std::string>

rel-20150514

Toggle rel-20150514's commit message
removed unused variable, k, in phf_rabinmiller