Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 458 Bytes

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.