Distributed-Cache-System
A simple implementation of distributed cache system (by cruzelx)
go-hashlru
A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise: (by saurabh0719)
Distributed-Cache-System | go-hashlru | |
---|---|---|
3 | 2 | |
13 | 71 | |
- | - | |
7.8 | 1.2 | |
over 1 year ago | about 2 years ago | |
Go | Go | |
- | 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.
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
go-hashlru
Posts with mentions or reviews of go-hashlru.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing Distributed-Cache-System and go-hashlru you can also consider the following projects:
holster - A place to keep useful golang functions and small libraries
cache - Mango Cache 🥠- Partial implementation of Guava Cache in Go (golang).
consistent - Consistent hashing with bounded loads in Golang
lru - Thread safe GoLang LRU cache
Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io
cache - LRU-based cache package for Go.