Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 342 Bytes

Rchan

This work builds upon the networking lab at Stanford

To set up the build system: cmake -S . -B build

To run tests: make check[0|1|2...]

To run speed benchmarks: make speed

To run clang-tidy (which suggests improvements): make tidy

To format code: make format