Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
#

bloom

Here are 191 public repositories matching this topic...

The-Bloom-filter

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 collection.

  • Updated Dec 5, 2025
  • Python

Improve this page

Add a description, image, and links to the bloom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bloom topic, visit your repo's landing page and select "manage topics."

Learn more