mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update README.md (#2487)
This commit is contained in:
parent
3d01d5e83f
commit
b7050f294f
@ -315,6 +315,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go.
|
* [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/edwingeng/deque) - A highly optimized double-ended queue.
|
||||||
* [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue).
|
* [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue).
|
||||||
|
* [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
|
||||||
* [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go.
|
* [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-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.
|
* [go-datastructures](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures.
|
||||||
|
Loading…
Reference in New Issue
Block a user