Improve performance by using KisFastDeviceProcessingUtils
Open, Needs TriagePublic

Description

For this task, one should find places where KisSequentialIterator is used in Krita and replace it with KiFastDeveiceUtils::processTwoDevices. For every location where such a change is done, a unittest should be created.

rempt created this task.Jan 10 2018, 1:40 PM
mukul added a subscriber: mukul.Feb 9 2020, 6:01 PM

I have replaced KisSequentialIterator to KiFastDeveiceUtils::processTwoDevices. Can you please elaborate the unit test creating part?

For most of the places, I think there should be a unit test already there, nevertheless, could you just make a Merge Request on https://invent.kde.org/kde/krita

Hi, @mukul!

Please make a merge request for the code you already have, so we could help you with the unittests part of the task :)

mukul added a comment.Mar 2 2020, 9:37 AM

Sure , i will make it today.