rust raft with improvements
Stars
1.9k
Forks
198
Watchers
1.9k
Open Issues
25
Overall repository health assessment
No package.json found
This might not be a Node.js project
2.0k
commits
178
commits
122
commits
100
commits
17
commits
16
commits
15
commits
14
commits
8
commits
7
commits
refactor: replace in-tree Display helpers with display-more crate
e45ec11View on GitHubfix: in 0.10.0: prevent u8 truncation in small-value bucket cache
503d765View on GitHubrefactor: decouple Histogram slot capacity from VecDeque allocation size
7c7fa9fView on GitHubfix: remove incorrect is_voter check from current_leader()
c00aa26View on GitHubdocs: add FAQ about using custom serialization formats like bitcode
a1ab8a2View on GitHubfeat: add LogIdList to RaftMetrics and RaftDataMetrics behind metrics-logids feature flag
a2673b2View on GitHubfeat: add `committed` field to `RaftMetrics` and `RaftDataMetrics`
c63b33aView on GitHubfeat: add DeterministicRng to make a runtime deterministic
83737aaView on GitHubfeat: add task_local! macro and LocalKey for task-scoped storage
594f3c5View on GitHubfeat: make `LogIdList::purged()`, `get()`, and `last()` public
0fbfdb5View on GitHubchange: in 0.10.0: `Entry<C>` to `Entry<CLID, D, NID, N>` to decouple from `RaftTypeConfig`
d86454eView on GitHub