On Friday, 30 March 2018 at 16:12:44 UTC, Atila Neves wrote:
/tmp % time dmd -c foo.d dmd -c foo.d 0.12s user 0.02s system 98% cpu 0.139 total That... doesn't seem too fast to me. But wait, there's more: /tmp % time dmd -c -unittest foo.ddmd -c -unittest foo.d 0.46s user 0.06s system 99% cpu 0.525 total
I did the same timings on my computer, and I got 0.128s and 0.272s. I'm on DMD 2.075.1, so something must have changed in std.path since then.