Ahahahahah ahah
But seriously, by a considerable margin.
So I have this dvui app that now compile instantaneously in incremental mode on zig master. But it is 260 Mo-ish and install -C .zig-cache/... takes 1.3 seconds on my laptop.
And yes, it feels very wrong ![]()
But if I try to run the install command without the -C flag, it takes only 0.2 [s] (same with cp)
So I’m gonna guess that the comparison of files introduced with -C, or the reading of destination, or likely both is responsible for the extra duration.
Is anybody familiar with that stuff from zig’s perspective ?
PS : I can obviously tweak the build script to not copy the file but this seems a bit hackish…