{"library":"bloom-filter2","type":"library","category":null,"description":"bloom-filter2 is a pure Python Bloom filter module, providing a space-efficient and probabilistic set data structure. It supports mmap, in-memory, and disk-seek backends, offering a balance between memory usage and performance. The library automatically calculates optimal Bloom filter parameters based on user-specified maximum elements and desired false positive rate. It is compatible with CPython 3.x, Pypy, and Jython and is actively maintained.","language":"python","status":"active","version":"2.0.0","tags":["probabilistic","set","data structure","bloom filter","memory efficient"],"last_verified":"Sat May 23","install":[{"cmd":"pip install bloom-filter2","imports":["from bloom_filter2 import BloomFilter"]}],"homepage":null,"github":"https://github.com/remram44/python-bloom-filter","docs":null,"changelog":null,"pypi":"https://pypi.org/project/bloom-filter2/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.3,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/bloom-filter2/compatibility"}}