资 源 简 介
A bloom filter is "a space-efficient probabilistic data structure that is used to test whether an element is a member of a set" 1.
This project aims to create an easy to use bloom filter module for pymongo 2. Furthermore, preliminary tests show promising speedups by using a bloom filter for tasks requiring set-membership testing.