michaelh requested changes to this revision. michaelh added a comment. This revision now requires changes to proceed.
Specially with `--limit` this is a considerable speed gain. Thank you. INLINE COMMENTS > searchstore.cpp:122 > > - while (it->next() && (limit < 0 || i < end)) { > + while (offset && it->next()) > + offset--; Please use braces. REPOSITORY R293 Baloo REVISION DETAIL https://phabricator.kde.org/D11827 To: bruns, #baloo, michaelh Cc: michaelh, #frameworks, ashaposhnikov, astippich, spoorun, ngraham, alexeymin