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 52e5332567 remove library object code 7 years ago
libfnv bundle libfnv 7 years ago
.gitattributes vendor libfnv 7 years ago
.gitignore clean up 7 years ago
Makefile add small test case, fix Makefile 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.py add small test case, fix Makefile 7 years ago
error.h first commit 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.