[Libreoffice-bugs] [Bug 131951] Quadratic time on reading and converting html files with images

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 12 12:14:22 UTC 2020


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

--- Comment #6 from Pavel <klev.paul at gmail.com> ---
Most likely, the problem is related not to the image size, but html file itself
After taking a trace with valgrind, it is clear, that most of the time is used
by
HTMLParser::GetNextToken_(), 
which extensively uses OutString::operator+=

-- 
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/20200412/262e92d0/attachment.htm>


More information about the Libreoffice-bugs mailing list