Use push_back() for mtv to remove the slow O(n^2) algorithm

Desktop / LibreOffice - Kohei Yoshida [collabora.com] - 23 April 2014 20:08 UTC

This makes the sorting fly. Still slow in AdjustRowHeight() which gets called after the sort(). Will have to look at that later.

This change requires a newer version of mdds (not yet released).

607b7dd Use push_back() for mtv to remove the slow O(n^2) algorithm.
sc/source/core/data/table3.cxx | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

Upstream: cgit.freedesktop.org


  • Share