Cuckoo Filter
August 30, 2015 ยท View on GitHub
A key-value filter using cuckoo hashing, substituting for bloom filter.
Usage
cd cuckoo_filter
make
./cockoo_db input_file output_file
Define CUCKOO_DBG in cuckoo_filter.h to open debug logging.
August 30, 2015 ยท View on GitHub
A key-value filter using cuckoo hashing, substituting for bloom filter.
cd cuckoo_filter
make
./cockoo_db input_file output_file
Define CUCKOO_DBG in cuckoo_filter.h to open debug logging.