Skip to content
/ bloomPy Public

A Python implementation of the basic bloom filter and the blocked bloom filter using the SpookyHash function

Notifications You must be signed in to change notification settings

dymil/bloomPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python implementation of the basic bloom filter and the blocked bloom filter using the SpookyHash function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages