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