Skip to content

A Bloom Filter class in Python with a modifiable false positive rate that supports insertions and queries. Bloom Filters are probabilistic data structures that can recall, with a tunable false positive rate, whether or not a key has been previously observed. Needs the existing BitHash and BitVector classes to run.

Notifications You must be signed in to change notification settings

hadashirt/Bloom-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

A Bloom Filter class in Python with a modifiable false positive rate that supports insertions and queries. Bloom Filters are probabilistic data structures that can recall, with a tunable false positive rate, whether or not a key has been previously observed. Needs the existing BitHash and BitVector classes to run.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages