|
Project Information
Links
|
Python Bloom FilterGithub!I'm now moving to http://github.com/axiak/pybloomfiltermmap IntroA 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
|