Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Log Compaction #78

Open Hoverbear opened 9 years ago

Hoverbear commented 9 years ago

Implement log compaction as specified in the raft paper. (See README.md)

Features:

Tasks: