# CuckooFilter **Repository Path**: begeekmyfriend/CuckooFilter ## Basic Information - **Project Name**: CuckooFilter - **Description**: Substitute for bloom filter - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2015-07-04 - **Last Updated**: 2022-02-20 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README 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.