bloom-filter Naive implementation of a bloom filter Usage Inserting Call obj.insert(value) which checks if value is present or not Presence check Call obj.is_present(value)