On Fri, 2012-03-23 at 17:39 +0100, Markus Mohrhard wrote:
> [1] improves the calculation time for matrix formulas by one
> magnitude.
> [1]
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=bbe088bc757fa120f50e4e104bdcd46c90f1feb1
Looks good to me. Pushed to 3-5 with my sign-off.
Kohe
Hey,
[1] improves the calculation time for matrix formulas by one
magnitude. We now just cache the calls to
mdds::mixed_type_matrix::size which brings the execution time back to
the 3-3 level. It does not only help for this test document but should
speed up all matrix formulas.
I think the patch