An open API service indexing awesome lists of open source software.

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

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.