mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update README.md (#2374)
This commit is contained in:
parent
ee609e1031
commit
7aba15aed7
@ -331,6 +331,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [set](https://github.com/StudioSol/set) - Simple set data structure implementation in Go using LinkedHashMap.
|
* [set](https://github.com/StudioSol/set) - Simple set data structure implementation in Go using LinkedHashMap.
|
||||||
* [skiplist](https://github.com/MauriceGit/skiplist) - Very fast Go Skiplist implementation.
|
* [skiplist](https://github.com/MauriceGit/skiplist) - Very fast Go Skiplist implementation.
|
||||||
* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go.
|
* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go.
|
||||||
|
* [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
|
||||||
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
||||||
* [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang.
|
* [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang.
|
||||||
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
|
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
|
||||||
|
Loading…
Reference in New Issue
Block a user