My favorites | Sign in
Project Home
Project Information
Members
Links
  • External links
  • docs

Python Bloom Filter

Github!

I'm now moving to http://github.com/axiak/pybloomfiltermmap

Intro

A Bloom Filter is an efficient storage mechanism for testing and maintaining membership. This page does not contain much, go to my server's docs for much more information: http://mike.axiak.net/python-bloom-filter/docs/html/

You can also read more about why and what this is on my blog: http://mike.axiak.net/blog/2010/03/20/python-bloom-filter/

Dependencies

  • Python >=2.4 (2.3 possibly but untested)
  • Python development headers
  • maybe Cython >=0.10
Powered by Google Project Hosting