[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2020-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

V Stuart Foote  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=76 |
   |481 |

-- 
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


[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2020-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||vstuart.fo...@utsa.edu

--- Comment #8 from V Stuart Foote  ---


*** This bug has been marked as a duplicate of bug 76481 ***

-- 
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


[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

Gabor Kelemen  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=76
   ||481

--- Comment #7 from Gabor Kelemen  ---
This looks like a duplicate to bug #76481

-- 
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

--- Comment #6 from Juhani Suhonen  ---
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

Oliver Brinzing  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4080
   Severity|enhancement |normal
Version|6.2.2.2 release |5.4.7.2 release

--- Comment #5 from Oliver Brinzing  ---
(In reply to Juhani Suhonen from comment #0)
> Eventually calc will resume, but slowness makes it unusable

yes, calc will come back

this issue is a bug, already reproducible with LO 5.4.7.2.

looks similar to:
Bug 124080 - System freezes after search using autofilter

btw: memory goes up from 600mb (after loading) to ~1,2gb

-- 
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #4 from Oliver Brinzing  ---
Created attachment 150420
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150420=edit
memory autofilter filter

-- 
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 150418
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150418=edit
Saved ODS

-- 
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||filter:xls, perf
 Blocks||109072, 103512
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 5cb2db6dd7d234a610a6501668a9901af8472b7f
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-26_23:06:31
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

after saving xlsm to ods and reopen ods in LO the problem still here

In Excel 2016 autofilter works very fast with file from attach


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103512
[Bug 103512] [META] AutoFilter-related bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109072
[Bug 109072] [META] XLS (binary) format bug tracker
-- 
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

[Libreoffice-bugs] [Bug 124450] Libreoffice Calc: Autofilter functions are slow

2019-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124450

--- Comment #1 from Juhani Suhonen  ---
Created attachment 150417
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150417=edit
Just try to open Autofilter dropdown

-- 
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