Skip to content

Tags: GerHobbelt/phf

Tags

rel-20190215

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

std::string and realloc don't mix; fixes Issue wahern#6, Crash in PHF…

…::init<std::string>

rel-20150514

removed unused variable, k, in phf_rabinmiller