Are these bencmarks recent and real?
evilrat
evilrat666 at gmail.com
Thu Sep 2 05:49:59 UTC 2021
On Wednesday, 1 September 2021 at 23:56:59 UTC, russhy wrote:
>
> On windows the same project takes 1.8 sec to fully rebuild,
> windows likes to make things slow.. i wonder if that's because
> of the linker, i don't know how to check that
I could be wrong but Windows has antivirus hooks on file access
which slow down things, additionally programs might suffer from
malware checks, thus such timings.
Extra thing is dub, it invokes compiler on each build to probe
the environment, spawning new process on Windows is slower than
on Linux, roughly like 100ms vs 10ms on Linux.
More information about the Digitalmars-d
mailing list