Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.3.5, 4.4.3, 4.5.2, 4.6.1, 4.6.2, 4.6.3, 4.7.0, 4.7.1, 4.7.3, 4.7.4, 4.8.0, 5.1.1
-
Windows
Description
When trying to get the content of a directory with more then 10000 files there is a very noticeable performance issue, it appears that the complexity is O(N^2).
This is true for both QDir, and QDirIterator.
Using the windows API is faster in several orders of magnitude.