Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wangrunji0408/paxos

[WIP] Try Paxos in Rust.
https://github.com/wangrunji0408/paxos

paxos

Last synced: 2 months ago
JSON representation

[WIP] Try Paxos in Rust.

Awesome Lists containing this project

README

        

# Paxos

Basic Paxos in actor model.

TODO:

- Simulator.
- More test cases.
- Deterministic testing framework.

> Boss Kang: Paxos is much easier than Raft.