←back to thread

Why is Windows so slow?

(games.greggman.com)
337 points kristianp | 3 comments | | HN request time: 0.212s | source
1. johnx123-up ◴[] No.3368820[source]
FWIW, try disabling your AV
replies(2): >>3368852 #>>3368870 #
2. qdog ◴[] No.3368852[source]
This.

And anything else you can find that registers with the kernel for file system calls. Logging mechanisms, etc. Anything the kernel has to talk to about file i/o is going to slow it down.

3. einhverfr ◴[] No.3368870[source]
I have found Windows a bit slower but never to the extent the author suggests. But then I have generally tested on clean systems without antivirus. So I suspect that this is a huge factor, esp. because it intercepts all FS calls and checks them. That's really not what you want when compiling code.