On Thu, 14 May 2020 at 16:51, Miklos Vajna <[email protected]> wrote:

>         + 'performance problem with plenty comments' still in 6.3 alpha1,
> *only after save of file/autosave*
>             + https://bugs.documentfoundation.org/show_bug.cgi?id=125619
>             + Armin?
>             + the problem is that (a) as soon as we display a note it
> becomes an SdrObject and stays an SdrObject until Calc closes (b) when we
> save, we create an SdrObject for every note during the save process (Noel)
>             + tons of SdrObjects interact badly with the accessibility
> stuff in calc, and it becomes a huge slowdown. I've optimized the
> accessibility stuff as much as possible, but we have run out of easy/medium
> fixes
>             + even if we throw away things after a timeout, it won’t help
> much (Eike)
>
>
We can't even throw things away. The current data path goes (strictly one
way)

data_in_file -> nice compact notes summary objects -> large expensive
SdrObjects -> saved to disk

Note the complete absence of any way of going backwards here - and
implementing such looks quite tricky (to me).

Maybe to someone else it will be easier :-)
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [email protected]
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to