Skip to content

Commit

Permalink
minor updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
josehu07 committed Aug 18, 2023
1 parent bd78ab5 commit 6b1bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Formal TLA+ specification of some protocols are provided in `tla+/`.
- **Event-based**: Summerset adopts a channel-oriented, event-based system architecture; each replication protocol is basically just a set of event handlers plus a `tokio::select!` loop;
- **Modularized**: Common components of a distributed KV store, e.g. network transport and durable logger, are cleanly separated from each other and connected through channels.

These design choices make protocol implementation in Summerset surprisingly straight-forward and **understandable**, without any sacrifice on performance.
These design choices make protocol implementation in Summerset surprisingly straight-forward and **understandable**, without any sacrifice on performance. Comments / issues / PRs are always welcome!

</details>

Expand Down

0 comments on commit 6b1bd1f

Please sign in to comment.