jepsen-io / maelstrom

A workbench for writing toy implementations of distributed systems.
Eclipse Public License 1.0
3.05k stars 189 forks source link

Add Maelstrom C++ node implementation. #75

Closed rishvin closed 1 year ago

rishvin commented 1 year ago

This is the implementation of the Malestrom node in C++. It also provides the implementation of the echo server.

aphyr commented 1 year ago

Thanks!