From 9badf2096b2ba0838a06bf27e780ed41f2cfbef5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Gillis" Date: Thu, 17 May 2018 12:47:21 -0700 Subject: [PATCH] Update README.md (#1938) Add deque to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad6a57c7..28d4fd5c 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [conjungo](https://github.com/InVisionApp/conjungo) - A small, powerful and flexible merge library. * [count-min-log](https://github.com/seiflotfy/count-min-log) - Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory). * [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. +* [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue). * [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go. * [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree. * [go-datastructures](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures.