Add eko/gocache (#2790)

This commit is contained in:
Vincent Composieux 2019-10-20 16:56:01 +02:00 committed by Ceriath
parent b496a0a20c
commit 883acd7657

View File

@ -341,6 +341,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [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.
* [gofal](https://github.com/xxjwxc/gofal) - fractional api for Go.