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 6a222885fb clean up 7 years ago
libfnv bundle libfnv 7 years ago
.gitattributes vendor libfnv 7 years ago
.gitignore clean up 7 years ago
Makefile remove main 7 years ago
README add readme 7 years ago
bfilter.c clean up 7 years ago
bfilter.h use libmaa's xcalloc, dynamically link everything 7 years ago
bfilter.o clean up 7 years ago
bfilter.py properly handle releasing memory 7 years ago
bfilter.so clean up 7 years ago
error.h first commit 7 years ago
libfnv.so.0 use libmaa's xcalloc, dynamically link everything 7 years ago
printbits.py first commit 7 years ago

README

Build libfnv and do "cp ./libfnv/.libs/libfnv.so ./libfnv.so.0"
run "make lib"

Assuming everything went well, you should be able to run it in the current directory.