https://bugs.kde.org/show_bug.cgi?id=400364

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |minor
           Priority|NOR                         |VLO
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
It's a very niche case, however, on a quick glance there is room for
improvement for large number of windows.

TaskList is a flow+repeater rather than a ListView, meaning we're instantiating
N delegates at once rather than just the ones in the view.

More importantly updateView is called repeatedly during delegate insertion,
rather than after initial (re)population. 

Solving the latter will probably be enough to close this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to