Skip to content

Optimize search some more and reduce memory usage

Waqar Ahmed requested to merge work/searchoptm into master

Reuse the KTextEditor::Attribute instead of creating thousands of attributes. This is giving me savings of 100mb with the same large file.

Merge request reports