BigCache Alternatives
Similar projects and alternatives to BigCache
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
-
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
-
-
-
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better BigCache alternative or higher similarity.
BigCache discussion
BigCache reviews and mentions
Posts with mentions or reviews of BigCache.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-29.
-
Recommendation for Key/Value storage
There are also different packages used as a wrapper on top of the Go map based on what your requirements are (storing a lot of data) https://github.com/allegro/bigcache or (need performance) https://github.com/dgraph-io/ristretto. For basic use-cases, the standard Go map should be enough. Just keep in mind whether you need concurrent access to your data structure, in which case you should guard your map with a mutex .
Stats
Basic BigCache repo stats
1
8,142
5.2
about 2 months ago
allegro/bigcache is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of BigCache is Go.