From 0b6a750e7d5079ca205dde2deac46426c3f191c3 Mon Sep 17 00:00:00 2001 From: Seif Lotfy Date: Mon, 27 Jul 2015 23:47:21 +0200 Subject: [PATCH] Add seiflotfy/cuckoofilter package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b576743..bccf9be7 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. * [bloom](https://github.com/surge/bloom) - Bloom filters implemented in Go. * [boomfilters](https://github.com/tylertreat/BoomFilters) - probabilistic data structures for processing continuous, unbounded streams +* [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. * [encoding](https://github.com/surge/encoding) - Integer Compression Libraries for Go. * [go-datastructures](https://github.com/Workiva/go-datastructures) - a collection of useful, performant, and thread-safe data structures * [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.