Revision 869972

Go back to digest for 12th October 2008

Optimization in Graphics

Marcel Wiesweg committed changes in /trunk/extragear/graphics/digikam/libs/database/collectionscanner.cpp:

Do not use the file name filter that comes with QDir.entryInfoList, which is very slow for larger file counts and filtered suffixes.

Just get all files and use plain simple suffix filtering from a QSet.

Speeds up complete collection scan by approximately factor 20.

File Changes

Modified 1 files
  • /trunk/extragear/graphics/digikam/libs/database/collectionscanner.cpp
1 files changed in total