Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
325 contributions in the last year
Contribution activity
June 2020
- Fullstop000/Jungle C++
- Fullstop000/raft-engine Rust
- Fullstop000/craco JavaScript
Created a pull request in tikv/tikv that received 16 comments
raftstore: reduce raftstore error size
Signed-off-by: Fullstop000 fullstop1005@gmail.com What problem does this PR solve?
#5701
What is changed and how it works?
Use Box to reduce memcpy
R…
+215
−107
•
16
comments
Created an issue in tikv/raft-rs that received 2 comments
MemStorage first_index is different with etcd's
I found that the first_index() implementation for MemStorage is different with etcd's
raft-rs/src/storage.rs Lines 175 to 180 in aaa6794
h…
2
comments