←back to thread

Why is Windows so slow?

(games.greggman.com)
337 points kristianp | 1 comments | | HN request time: 0.213s | source
1. malkia ◴[] No.3372442[source]
A possible faster way to read directories with one (okay, few at most kernel calls) is to use GetFileInformationByHandleEx.

Here is some example:

https://gist.github.com/1487388