Re: Speeding up annotation

Tobias Leupold <[email protected]> Sun, 05 Jan 2020 21:56:32 +0100
Newsgroups gmane.comp.kde.kimdaba
Message-ID <2497228.CJMDfklL6T@skoni>
Nice :-) It's really cool how you find such performance issues!

But maybe, while you're at it, you want to replace ole Q_FOREACH with a C++11
for ( : ) loop?

Am Sonntag, 5. Januar 2020, 20:23:50 CET schrieb Robert Krawitz:
> I found one easy fix in the selection code after the annotations are
> changed.  It's still very slow and may be worse than linear, but at
> least one real problem is cleaned up.
>
> Given where we are in the release cycle, I want more review before
> pushing it.