[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682002: ITP: pybloomfiltermmap -- A Bloom filter (bloomfilter) for Python built on mmap



Package: wnpp
Severity: wishlist
Owner: Luciano Bello <luciano@debian.org>

* 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.


Reply to: