-
As before for fd, there's the following provided in the project's releases section:
While there's only the If you use scoop, the Without ever looking deeper into this, my assumption has been so far that My basic assumption held true thus far, as seen in many other different (CLI) programs written in Rust that also support Windows, which are provided in these same two variants as listed above too. And, unsurprisingly, the But this does not hold true for fd v9.0.0, where it's the other way around for the two binary sizes, and I wonder that means? Just asking out of curiosity, basically. I mean, don't get me wrong, I don't really care if a program binary is ~ 2800 KiB or ~ 3100 KiB, even if I use it literally every day. But since v9 is basically all about performance, I would be very interested in the differences in terms of performance characteristics, if there are actually any. I've done a very simple ad-hoc test here for myself, basically just Powershell's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That is my understanding as well.
Good question. I don't know. I could imagine that maybe dead code elimination / link time optimization worked better on GCC for some reason.
That would be interesting indeed. I don't have access to a Windows machine, and therefore never made any benchmarks on Windows systems. |
Beta Was this translation helpful? Give feedback.
That is my understanding as well.