←back to thread

Why is Windows so slow?

(games.greggman.com)
337 points kristianp | 2 comments | | HN request time: 0.001s | source
Show context
jstclair ◴[] No.3368887[source]
Wow, so if you want to test file system speeds, you do it by listing files - I know this just an example, but perhaps it has something to do with the speed of the terminal?

There are a plethora of disk benchmarking tools - I doubt that they consistently show 40x differences.

Hooves -> horses, and all that.

replies(4): >>3368895 #>>3368913 #>>3368916 #>>3369136 #
1. perlgeek ◴[] No.3368916[source]
Huh? He redirected the output to a file, so terminal speed doesn't really factor in here.
replies(1): >>3369197 #
2. baudehlo ◴[] No.3369197[source]
It might be, actually, since dir is a command built into cmd.exe on Windows, not a separate .exe that gets run. It may be smarter to use "ls" from cygwin for the test.