Binary package “python-pybloomfiltermmap” in ubuntu xenial

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.