Gagniuc / The-Bloom-filterView on GitHub
This example implements a Bloom filter in Python, a probabilistic data structure for fast membership testing. Items are added using multiple hash functions that set bits in a fixed-size array. Membership checks return definitely not present or possibly present, with false positives possible. The source code is part of the 127 algorithms collecti…
21Dec 5, 2025Updated 7 months ago

Alternatives and similar repositories for The-Bloom-filter

Users that are interested in The-Bloom-filter are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?