[Libreoffice-bugs] [Bug 129166] XCellRangeData::setDataArray is many times slower when data contains some empty strings
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 5 14:56:27 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=129166
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kohei at libreoffice.org
--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
Possibly empty cells could be treated as not having different type compared to
their neighbours? Typical use of large tabular data (where the performance
problem happens) is to have same type of data in column; and empty value could
be thought as a special case of value of any data type.
And in case of strings, this is especially true, because while we could argue
that empty is not a valid number (but still it would be useful to have special
"empty" number for efficiency), empty string is perfectly valid thing.
--
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/20191205/fb54daf7/attachment.html>
More information about the Libreoffice-bugs
mailing list