# cuckooDB **Repository Path**: htoo/cuckooDB ## Basic Information - **Project Name**: cuckooDB - **Description**: A mini key-value storage on flash memory using cuckoo hashing. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2015-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Cuckoo DB ========= A mini key-value storage on flash memory using cuckoo hashing. Usage ----- ```c cd cuckoo_db make ./cockoo_db input_file output_file ```