mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add a link to fastcache (#2249)
This commit is contained in:
parent
11659cd95f
commit
68db6dbd00
@ -321,6 +321,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [dgraph](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database.
|
||||
* [diskv](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store.
|
||||
* [eliasdb](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language.
|
||||
* [fastcache](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead.
|
||||
* [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB.
|
||||
* [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC.
|
||||
* [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
|
||||
|
Loading…
Reference in New Issue
Block a user