barrust / pyprobables

Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
MIT License
111 stars 10 forks source link

Implement an arg controlling error rate of cuckoo filter #83

Closed KOLANICH closed 2 years ago

barrust commented 2 years ago

I have looked for a method for this in the past but didn't find one. If there is a formula that can be used and referenced, I would be happy to add it!

KOLANICH commented 2 years ago

https://github.com/huydhn/cuckoo-filter/blob/master/cuckoo/filter.py#L77