Skip to content

A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. A query returns either "possibly in set" or "definitely not in set".

Notifications You must be signed in to change notification settings

corradoparisi/bloom-filter

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. A query returns either "possibly in set" or "definitely not in set".

About

A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. A query returns either "possibly in set" or "definitely not in set".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published