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.