Skip to content

Zig port of dendibakh/perf-ninja - an online course where you can learn and master the skill of low-level performance analysis and tuning.

Notifications You must be signed in to change notification settings

JonathanHallstrom/perf-ninja-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Zig port of dendibakh/perf-ninja - an online course where you can learn and master the skill of low-level performance analysis and tuning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages