Home

Awesome

perf-ninja-zig

Zig port of dendibakh/perf-ninja

Instructions

  1. Read dendibakh/perf-ninja
  2. Run zig build test to check your solution
  3. Run zig build run to benchmark it
  4. Optimize
  5. Goto 1

Profiling

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.