https://bugs.documentfoundation.org/show_bug.cgi?id=124450

--- Comment #6 from Juhani Suhonen <juhani.suhone...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to