Revision 22d7808...

Go back to digest for 9th December 2012

Optimization in KDE Base

Vishesh Handa committed changes in [kde-runtime] nepomuk/kioslaves/timeline/kio_timeline.cpp:

TimeLine: Avoid inferencing when checking for files in date range

By not using inferencing in the ask query we save about ~110ms per
query. This adds up a lot when listing days of a month: 31*110 = 3.4
seconds.

We don't really need inferencing since all we care about is the
nie:lastModified.

File Changes

Modified 1 files
  • nepomuk/kioslaves/timeline/kio_timeline.cpp
1 files changed in total