Bloom filter

A collection of 8 posts

Go package implementing Bloom filter

A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element is a member of a set.
18 September 2021