Metadata-Version: 2.1
Name: cuckoo-filter
Version: 1.0.6
Summary: Cuckoo Filter: Practically Better Than Bloom
Home-page: https://github.com/amoallim15/Cuckoo-Filter
Author: Ali Moallim
Author-email: amoallim15@gmail.com
License: GPLv3 License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mmh3
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'

# Cuckoo Filter: Practically Better Than Bloom

This repository is an implementation of [Cuckoo Filter: Practically Better Than Bloom](Cuckoo_Filter_Practically_Better_Than_Bloom.pdf) paper introduced by Bin Fan, David G. Andersen, Michael Kaminsky, and Michael D. Mitzenmacher.

## Installation
You can install the package by issuing the following command:

	pip3 install cuckoo-filter

## Contributors
[Ali Moallim](mailto:axj.159@gmail.com)

## License
This code is licensed under [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html).

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)


