On Fri, 2012-01-13 at 10:39 -0500, Kohei Yoshida wrote: > The only thing I'd like to check is that, I believe we had some sort > of > column array resizing policy which controls whether we should increase > its size only to the minimum necessary size or increase it to a size > larger than necessary to avoid future reallocation. We do change this > policy sometimes during import which reduces import performance quite > a > bit.
Yup, your change in ScColumn::Append() removes that policy. Let me think about how we can preserve that behavior... Kohei -- Kohei Yoshida, LibreOffice hacker, Calc _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
