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

Use ByteBuf/MutByteBuf #26

Closed Hoverbear closed 9 years ago

Hoverbear commented 9 years ago

cc @danburkert

This implementation uses ByteBuf and MutByteBuf instead of RingBuf and might work more effectively. Let me know what you think. (Yes the code is gross. Sorry.)