https://bugs.documentfoundation.org/show_bug.cgi?id=109158

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ba...@caesar.elte.hu

--- Comment #6 from Aron Budea <ba...@caesar.elte.hu> ---
My 32-bit Windows build of 46bfe17e2bceced4ceffe82ba98d8687b31d9ce8 isn't that
slow, it takes ~10s to open the dialog with the sample from the description.

However looking at profiling results I do see that performance could be
improved: when looping through entries and inserting each in
OfaAutocorrReplacePage::RefillReplaceBox(...), a couple of levels deeper in
SvTreeList::Insert(...) the SvListAction::INSERTED event is broadcasted, then
further deeper handled, which updates the view data.
Doing that per each entry seems wasteful.

Loading the XML could be faster as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to