fastcache
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead (by VictoriaMetrics)
bcache
Eventually consistent distributed in-memory cache Go library (by iwanbk)
fastcache | bcache | |
---|---|---|
3 | - | |
2,190 | 157 | |
0.9% | - | |
2.3 | 0.0 | |
9 months ago | about 2 years ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastcache
Posts with mentions or reviews of fastcache.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-01.
-
Ask HN: Who wants to be hired? (June 2023)
https://github.com/fmstephe/P2P-Distributed-Sat-Solver
Here is an example of a bug-fix I made to an existing open source project https://github.com/VictoriaMetrics/fastcache/pull/17
-
fastcache VS directcache - a user suggested alternative
2 projects | 16 Jun 2022
-
Implementing robust in-memory cache with Go
If serialization is not a problem fastcache is the best for its outstanding memory usage.
bcache
Posts with mentions or reviews of bcache.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning bcache yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing fastcache and bcache you can also consider the following projects:
BigCache - Efficient cache for gigabytes of data written in Go.
etcd - Distributed reliable key-value store for the most critical data of a distributed system [Moved to: https://github.com/etcd-io/etcd]
go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
nscache - A Go caching framework that supports multiple data source drivers
sql-migrate - SQL schema migration tool for Go.