mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Include StudioSol/set (#2141)
This commit is contained in:
parent
555ecc1321
commit
b1dc5bfa8f
@ -298,6 +298,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval.
|
||||
* [pipeline](https://github.com/hyfather/pipeline) - An implementation of pipelines with fan-in and fan-out.
|
||||
* [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.
|
||||
* [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/gansidui/skiplist) - Skiplist implementation in Go.
|
||||
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
||||
|
Loading…
Reference in New Issue
Block a user