mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add github.com/edwingeng/deque (#2354)
This commit is contained in:
parent
71f237da33
commit
da5246ae87
@ -303,6 +303,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/edwingeng/deque) - A highly optimized double-ended queue.
|
||||
* [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.
|
||||
|
Loading…
Reference in New Issue
Block a user