Revision 71985b8...

Go back to digest for 10th March 2013

Optimization in KDE Base

David Faure committed changes in [nepomuk-core/KDE/4.10] /resource:

Don't lock the RM mutex just to check if our URI is empty, check it directly.

This leads to a major speed up in kmail, which I found to be very often
stuck on that RM mutex in the main thread, even though we prepare the resource
in a different thread (in asyncnepomukretriever) so all props are available.

File Changes

Modified 2 files
  • /resource
  •   libnepomukcore.cpp
  •   libnepomukcoredata.cpp
2 files changed in total