pybloomfiltermmap 0.3.11-1 source package in Ubuntu

Changelog

pybloomfiltermmap (0.3.11-1) unstable; urgency=low


  * Initial release (closes: #682002)

 -- Luciano Bello <email address hidden>  Sat, 12 Oct 2013 16:09:00 +0200

Upload details

Uploaded by:
Luciano Bello
Uploaded to:
Sid
Original maintainer:
Luciano Bello
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
pybloomfiltermmap_0.3.11-1.dsc 1.2 KiB 8a4f828d35f12305a50f3d7fe0450012f213e6eda48838420b770978e92e816c
pybloomfiltermmap_0.3.11.orig.tar.gz 425.5 KiB 0b8e64a9865362a6f4a7a33018c41155322b4485705ad087ed144ff33f6a9f89
pybloomfiltermmap_0.3.11-1.debian.tar.gz 2.2 KiB 8ef4f2c541ea03c155b0d4a972afe5cb8246959b84afa90d9b80af5e8a3e3132

No changes file available.

Binary packages built by this source

python-pybloomfiltermmap: 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.