Skip to content

A Bloom filter implementation. It is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.

License

Notifications You must be signed in to change notification settings

ilkhom19/bloom_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bloom Filter

A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. For example, checking availability of username is set membership problem, where the set is the list of all registered username.

About

A Bloom filter implementation. It is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages