RichardKnop / paxosLinks
Golang implentation of paxos consensus algorithm
☆50Updated 6 years ago
Alternatives and similar repositories for paxos
Users that are interested in paxos are comparing it to the libraries listed below
Sorting:
- Go implement for Paxos algorithm☆52Updated 5 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 2 years ago
- Stand-alone Distributed System, test distributed system on localhost.