Include StudioSol/set (#2141)

This commit is contained in:
Rodrigo Brito 2018-10-08 04:59:34 -03:00 committed by Avelino
parent 555ecc1321
commit b1dc5bfa8f

View File

@ -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. * [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. * [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. * [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/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.
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go. * [trie](https://github.com/derekparker/trie) - Trie implementation in Go.