[Libreoffice-bugs] [Bug 109097] mdds accelerating random lookups

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 13 19:47:14 UTC 2017


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

--- Comment #5 from Michael Meeks <michael.meeks at collabora.com> ---
Ah - so there are indeed several performance problems here; at least, when I
search for: multi_type_matrix in the sc/ library - I see 4.7bn perhaps up to
8bn pcycles in that code.

When I search for multi_type_vector I see 11bn pcycles (15%) as the top hit,
coming primarily from ScColumn::GetValue; but of course, I live to be mistake
=)

Pretty easy to no-op the ScColumn::GetValue method and see what the impact on
performance is I guess. Still - if it is easy to improve the matrix code it
would be worth doing.

-- 
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/20170713/b70aa75a/attachment.html>


More information about the Libreoffice-bugs mailing list