This repository is an implementation of Cuckoo Filter: Practically Better Than Bloom paper introduced by Bin Fan, David G. Andersen, Michael Kaminsky, and Michael D. Mitzenmacher.
You can install the package by issuing the following command:
pip3 install cuckoo-filter
This code is licensed under GNU GPL v3.