[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 31 13:36:23 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124450
--- Comment #6 from Juhani Suhonen <juhani.suhonen73 at gmail.com> ---
Yes, the memory consumption is expected (because the file contains nearly 1
million lines and Calc does not support memory mapped files [YET!]).
However, the slowness of opening autofilter dropdown is easily fixable (read
complete section to the buffer and merge sort, which is O(n log n)). Current
method seems to be 2^(O(n)) :-\
-Jussi
--
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/20190331/2998d0ee/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list