Skip to content

Bloom Filter is a Probabilistic Data Structure for Large-Scale Membership Testing, which Saves Enormous Memory at the Cost of Occasional False Positives.

WillKirkmanM/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom (Filter)

Bloom Filter is a Probabilistic Data Structure for Large-Scale Membership Testing, which Saves Enormous Memory at the Cost of Occasional False Positives.

About

Bloom Filter is a Probabilistic Data Structure for Large-Scale Membership Testing, which Saves Enormous Memory at the Cost of Occasional False Positives.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages