Description: Cuckoo Filter
=============
A key-value filter using cuckoo hashing, substituting for bloom filter.
Usage
-----
```c
cd cuckoo_filter
make
./cockoo_db input_file output_file
```
Define `CUCKOO_DBG` in cuckoo_filter.h to open debug logging.
To Search:
File list (Check if you may need any files):
CuckooFilter-master
CuckooFilter-master\LICENSE
CuckooFilter-master\Makefile
CuckooFilter-master\README.md
CuckooFilter-master\cuckoo_filter.c
CuckooFilter-master\cuckoo_filter.h
CuckooFilter-master\mozilla-sha1
CuckooFilter-master\mozilla-sha1\sha1.c
CuckooFilter-master\mozilla-sha1\sha1.h
CuckooFilter-master\nvrom_test.c