Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 201 Bytes

File metadata and controls

6 lines (5 loc) · 201 Bytes

bloomPy

A Python implementation of the basic bloom filter and the blocked bloom filter, implemented using SpookyHash64.

Installation

Run the following to install SpookyHash: pip install spooky