Distributed-Cache-System
A simple implementation of distributed cache system (by cruzelx)
holster
A place to keep useful golang functions and small libraries (by mailgun)
Distributed-Cache-System | holster | |
---|---|---|
3 | 1 | |
13 | 291 | |
- | 0.7% | |
7.8 | 4.8 | |
over 1 year ago | 7 days ago | |
Go | Go | |
- | Apache License 2.0 |
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.
Distributed-Cache-System
Posts with mentions or reviews of Distributed-Cache-System.
We have used some of these posts to build our list of alternatives
and similar projects.
- An attempt on Distributed Cache System
-
An attempt to design a distributed cache system
I have worked on this project for quite a while. Started from scratch and learned and built the system. I would appreciate any comment or advice on the project. Here is the github link: https://github.com/cruzelx/Distributed-Cache-System
holster
Posts with mentions or reviews of holster.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
-
Seeking feedback on my first big Go project - minicache: a distributed cache with client-side consistent hashing, arbitrary cluster sizes, support for both HTTP/gRPC interfaces, secured with mTLS
I wrote a RAFT implementation which I was going to integrate with gubernator, but never did. There are other more widely used implementations. https://github.com/mailgun/holster/tree/master/election
What are some alternatives?
When comparing Distributed-Cache-System and holster you can also consider the following projects:
go-hashlru - A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
generational-lru - A generational arena based LRU Cache implementation in 100% safe rust.
consistent - Consistent hashing with bounded loads in Golang
groupcache - Clone of golang/groupcache with TTL and Item Removal support
Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io
go-sieve - SIEVE cache - simpler than LRU