The very first time you build a project, it may take longer because there's no build cache yet. But after the first time it should be faster. You can try running just zig build and then running the binary produced in zig-out/bin to see if it's faster.
Truly extraordinary and detailed content! Congratulations.
Thank you so much, was so lost after zig init. Still learning and your videos help a lot
Agreed!
Thanks! Your videos just what i needed to really begin understanding what's going on there:)
Yours is zig exe is running so fast. Mine is so slow. Taking 10 plus second to run and show the result.
The very first time you build a project, it may take longer because there's no build cache yet. But after the first time it should be faster. You can try running just zig build and then running the binary produced in zig-out/bin to see if it's faster.