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

Drew Jensen <drewjensen.in...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bibisected
     Ever confirmed|0                           |1
                 CC|                            |noelgran...@gmail.com
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Drew Jensen <drewjensen.in...@gmail.com> ---
Setting this to new since I can duplicate it using the 6.3 bibsect repository
files, with some iterations passing and some failing.

bibisect reported arrival of the anomaly with:

commit  306758ab3e06f7c730bb1625c2f3fcce7a912fa3 (patch)

tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5

OStorageImpl is spending time iterating over its m_aChildrenVector to
find stuff by name, so just use a std::unordered_map.
Also return iterator from FindElement, so we can avoid searching the map
twice.

-rw-r--r--      package/source/xstor/xstorage.cxx       169     
-rw-r--r--      package/source/xstor/xstorage.hxx       7

-- 
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