Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangrunji0408/paxos
[WIP] Try Paxos in Rust.
https://github.com/wangrunji0408/paxos
paxos
Last synced: about 2 months ago
JSON representation
[WIP] Try Paxos in Rust.
- Host: GitHub
- URL: https://github.com/wangrunji0408/paxos
- Owner: wangrunji0408
- Created: 2021-07-23T15:23:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T18:06:06.000Z (over 3 years ago)
- Last Synced: 2024-10-15T09:37:40.288Z (3 months ago)
- Topics: paxos
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.