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 b42086f372 remove test file 7 years ago
libfnv bundle libfnv 7 years ago
.gitattributes vendor libfnv 7 years ago
.gitignore add set and clear functions 7 years ago
Makefile add python interface 7 years ago
bfilter.c check that k is >= 2 7 years ago
bfilter.h pass k as a paramter to bfilter_set and bfilter_get 7 years ago
bfilter.o check that k is >= 2 7 years ago
bfilter.py add class 7 years ago
bfilter.so check that k is >= 2 7 years ago
error.h first commit 7 years ago
printbits.py first commit 7 years ago