[Libreoffice-bugs] [Bug 76260] FILEOPEN: slow loading and dump of .docx with lots of footnotes (see Comment 27 and Comment 39)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 21 08:09:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=76260
--- Comment #47 from Noel Grandin <noelgrandin at gmail.com> ---
<vmiklos> noelgrandin: perhaps you can exploit the fact that document.xml
refers to the references in footnotes.xml in the same order (refs in
document.xml, data in footnotes.xml), so if you just make sure we stop reading
after the reference we were looking for is found, and try to not start from 0
but try to continue, you would solve the perf problem for the majority of the
cases
<noelgrandin> vmiklos, that is an interesting idea
--
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/20190821/41d1cbc1/attachment.html>
More information about the Libreoffice-bugs
mailing list