A classic probabilistic data-structure, which supports insertions of elements and membership queries.
Thomas Minier
Arnaud Grall
Add an element to the filter
The element to add
Test an element for membership
The element to look for in the filter
False if the element is definitively not in the filter, True is the element might be in the filter
Generated using TypeDoc
A classic probabilistic data-structure, which supports insertions of elements and membership queries.
Thomas Minier
Arnaud Grall