bloomy
bloomy copied to clipboard
PHP extension implementing Bloom filters
Description
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.