Skip to content

A Python/Numba implementation of a Bloomfilter. Achieves 1/3 the speed of a C/Cython solution.

License

Notifications You must be signed in to change notification settings

stevesimmons/bloomfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloomfilter

A Python/Numba implementation of a Bloomfilter. Achieves 1/3 the speed of a C/Cython solution.

About

A Python/Numba implementation of a Bloomfilter. Achieves 1/3 the speed of a C/Cython solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages