Revision b23eab7...
Go back to digest for 11th November 2012Optimization in Development Tools
Milian Wolff committed changes in [kdevplatform] language/backgroundparser/backgroundparser.cpp:
Optimize: Use QSet for document parse plans instead of QList.
This greatly improves the performance when repeatedly adding
the same document to the background parser, which happens
e.g. due to excessive signals upon pasting multiple lines of code.
REVIEW: 107140
File Changes
Modified 1 files
- language/backgroundparser/backgroundparser.cpp
1 files changed in total