Zig port of dendibakh/perf-ninja
- Read dendibakh/perf-ninja
- Run
zig build test
to check your solution - Run
zig build run
to benchmark it - Optimize
- Goto 1
To run only your code, pass the --skip-original
flag (e.g., zig build run -- --skip-original
), and to run only the original pass --skip-solution
.