Add go-tuple to Data Structure packages

This commit is contained in:
Bar Weiss 2022-03-22 15:19:47 +02:00 committed by Avelino
parent 8424dfb4a4
commit b4abe76b2f

View File

@ -527,6 +527,7 @@ _Generic datastructures and algorithms in Go._
- [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index.
- [go-mcache](https://github.com/OrlovEvgeny/go-mcache) - Fast in-memory key:value store/cache library. Pointer caches.
- [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding.
- [go-tuple](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+.
- [gocache](https://github.com/eko/gocache) - A complete Go cache library with mutiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more.
- [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue.
- [gods](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc.