Closed hicqu closed 4 years ago
So that we can use a black hole implementation or a simple memory implementation to benchmark raft engine without any disk I/O.
pick this issue
For a simple `Arc<Mutex> based memory FS, maybe you can refer to https://github.com/Fullstop000/wickdb/blob/master/src/storage/mem.rs It's tested in various cases @Renkai
So that we can use a black hole implementation or a simple memory implementation to benchmark raft engine without any disk I/O.