ayazhafiz / xorf

Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
MIT License
129 stars 27 forks source link

Adjust false positive threhsolds to a 1% failure rate #39

Closed saethlin closed 2 years ago

saethlin commented 2 years ago

Closes https://github.com/ayazhafiz/xorf/issues/38

Not sure if the particulars in here deserve documentation or test failure text, but at least this issue and PR are breadcrumbs?

ayazhafiz commented 2 years ago

Thanks! Eliding the documentation is okay, we have #38 to read up on :)

saethlin commented 2 years ago

Failed to adjust the thresholds in doctests 🤦 Should be fixed now

ayazhafiz commented 2 years ago

Thank you! Sorry again for the delay.