Revision c99eb7f...

Go back to digest for 4th December 2011

Optimization in KDE-PIM

David Faure committed changes in [kdepim] messagelist/core/modelinvariantrowmapper.cpp:

Major speedup when deleting many messages.

Turns out that QHash::begin() is very slow, it's a linear search through
the hash's buckets, to find the starting point.

File Changes

Modified 1 files
  • messagelist/core/modelinvariantrowmapper.cpp
1 files changed in total