pybloom-live 4.0.0


pip install pybloom-live

  Latest version

Released: Oct 15, 2022

Project Links

Meta
Author: Jay Baird

Classifiers

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python
  • Python :: 3

Operating System
  • OS Independent

Topic
  • Utilities
  • Database :: Database Engines/Servers
  • Software Development :: Libraries :: Python Modules

This bloom filter is forked from pybloom, and its tightening ratio is changed to 0.9, and this ration is consistently used. Choosing r around 0.8 - 0.9 will result in better average space usage for wide range of growth, therefore the default value of model is set to LARGE_SET_GROWTH. This is a Python implementation of the bloom filter probabilistic data structure. The module also provides a Scalable Bloom Filter that allows a bloom filter to grow without knowing the original set size.

No dependencies