Package: wnpp Severity: wishlist Owner: Luciano Bello <[email protected]>
* Package name : pybloomfiltermmap Version : 0.3.2 Upstream Author : Michael Axiak, Rob Stacey * URL : http://pypi.python.org/pypi/pybloomfiltermmap/ * License : MIT Programming Lang: C, Python Description : A Bloom filter (bloomfilter) for Python built on mmap This module implements a Bloom filter in Python that's fast and uses mmap files for better scalability. . It main advantages are: * It natively uses mmaped files. * It natively does the set things you want a Bloom filter to do. * It is fast. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

