Fast and simple bloom filters in C and Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wes d7d9f68744 add class 8 years ago
libfnv bundle libfnv 8 years ago
.gitattributes vendor libfnv 8 years ago
.gitignore add set and clear functions 8 years ago
Makefile add python interface 8 years ago
bfilter.c check that k is >= 2 8 years ago
bfilter.h pass k as a paramter to bfilter_set and bfilter_get 8 years ago
bfilter.o check that k is >= 2 8 years ago
bfilter.py add class 8 years ago
bfilter.so check that k is >= 2 8 years ago
error.h first commit 8 years ago
printbits.py first commit 8 years ago
roadnottaken first commit 8 years ago