Revision 1a3e52e...
Go back to digest for 14th October 2012Optimization in KDE-PIM
David Faure committed changes in [kdepim-runtime] resources/mixedmaildir/mixedmaildirstore.cpp:
Optimization: don't list a directory just to find out if ONE file exists.
[entryList() is slow because it uses QDir::entryList(), which sorts by
name, case insensitively.... lots of toLower() calls and lots of sorting]
(cherry picked from commit 89e3374813c29110f5783b4bbf4672401462db27)
File Changes
Modified 1 files
- resources/mixedmaildir/mixedmaildirstore.cpp
1 files changed in total