From b1dc5bfa8fbd48abb6467a25b7c8e7e44bf099ed Mon Sep 17 00:00:00 2001 From: Rodrigo Brito Date: Mon, 8 Oct 2018 04:59:34 -0300 Subject: [PATCH] Include StudioSol/set (#2141) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fa6709c..b9185de3 100644 --- a/README.md +++ b/README.md @@ -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.