[Libreoffice-bugs] [Bug 126109] EDITING/UI: Slow when replacing string to number
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu May 28 12:34:26 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=126109
Luboš Luňák <l.lunak at collabora.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l.lunak at collabora.com
--- Comment #8 from Luboš Luňák <l.lunak at collabora.com> ---
Repeated replacing changes type of cells, and since mdds groups same types in
one vector, changing the first cell of such a vector means the first item in
the vector gets erase()-ed -> O(n^2). I'm not sure if there's a good way to
handle this and the use case is somewhat niche.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200528/0140d65e/attachment.htm>
More information about the Libreoffice-bugs
mailing list