https://bugs.freedesktop.org/show_bug.cgi?id=83187

--- Comment #4 from Markus Mohrhard <markus.mohrh...@googlemail.com> ---
Ok. That is now just horribly slow with the new matrix storage and some of our
ScINterpreter functions need to be adapted.

My current idea is to implement a generic solution for it that works on all
same sized matrices.

we use mdds::multi_type_matrix::walk on the original matrix and have a functor
that is called for each block and calls the mdds::multi_type_matrix::set(const
position_type, const _T&, const _T&) version which performs much better than
the current solution.

That should bring the performance back to the old levels or maybe make it even
better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to