Extension implementing a Bloom filter
This extension implements a Bloom filter, which is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.
License: PHP