Revision 1ce2f6b...

Go back to digest for 21st July 2013

Optimization in KDE Base

Denis Steckelmacher committed changes in [nepomuk-core/steckdenis-gsoc2013] /queryparser:

Replace the use of regexps in patterns by simple A|B|C forms.

This simplifies the pattern syntax (and thus allows easier auto-completion),
and speeds-up the pattern matching as piles of QRegExp objects are not created
anymore.

File Changes

Modified 2 files
  • /queryparser
  •   libnepomukcore/patternmatcher.cpp
  •   libnepomukcore.cpp
2 files changed in total