Revision 729435

Go back to digest for 28th October 2007

Optimization in KDE Base

Peter Penz committed changes in /trunk/KDE/kdelibs/kio/kio/kmimetyperesolver.cpp:

Fixed performance bottleneck when resolving the mimetypes for several thousand items: Only invoke KDirModel::itemChanged() for items that are visible within the view. This decreases the CPU-load from ~100 % down to ~7 % during MIME type resolving (reviewed by David Faure).

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kio/kio/kmimetyperesolver.cpp
1 files changed in total