https://github.com/hnes/paxos-sim
A tool to estimate the latency of consensus algorithm like Paxos/Raft
https://github.com/hnes/paxos-sim
Last synced: about 1 month ago
JSON representation
A tool to estimate the latency of consensus algorithm like Paxos/Raft
- Host: GitHub
- URL: https://github.com/hnes/paxos-sim
- Owner: hnes
- License: apache-2.0
- Created: 2022-06-22T00:57:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T01:11:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T15:41:21.621Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paxos-sim
A tool to estimate the latency of consensus algorithm like Paxos/Raft.
This tool only implement the msg send & recv via tcp and sync data to disk logic. And there is NO actual Paxos/Raft algorithm implementation.