Internet Implementation To set up the build system: cmake -S . -B build To compile: cmake --build build To run tests: cmake --build build --target test To run speed benchmarks: cmake --build build --target speed