[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Timur  changed:

   What|Removed |Added

 Blocks||114159


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114159
[Bug 114159] [META] Calc Threaded Calculation bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

--- Comment #6 from Timur  ---
Bibisect in 6.1:
commit 38bd1dd9533307ca905cdf14b0842aacce61e7e1
Date:   Sat May 26 03:13:32 2018 +0200
source sha:1360a86cc3ccbe228acf2428a5e230cdf030bfde
pre sha:14257916b872103b0c8e998499d3e30c94c7b9bb

author  Michael Meeks  2018-05-24
Re-enable threading for formula groups for now.
As agreed at the ESC - lets see how this goes for 6.1
This reverts commit 4696d3728f0aba1087001bc543fc0867dd0ebdda.

commit  4696d3728f0aba1087001bc543fc0867dd0ebdda[log]
author  Michael Meeks  Wed Jan 31 2018 
Disable threading for formula groups for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Timur  ---
Test Linux bibisect repos. I confirm the bug but not the bibisect result. 
Bug should be in 6.1. Before and after commit of Comment 2 is similar, slow. 
Maybe repos are not OK. 

6.0 master:  2 sec
6.1 oldest:100+, frozen
6.1 master: 12 sec
6.2 before commit:  12 sec
7.3+ 8 sec

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Telesto  changed:

   What|Removed |Added

 CC||dlynch1...@googlemail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4098,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||4250

--- Comment #4 from Telesto  ---
@David,
FYI: I recycled a part of you're spreadsheet at bug 144205. The file opening
here is slowish because of bug 124098. And recalculating after deleting cell
content is slow because of the commit at comment 2. It's possible that both are
entangled (so slow recalculation & row height madness. At least that's how I
read: bug 124098 comment 39. And there is also bug 144250 (which also appears
to be connected to the row height recalculation; it's likely a twist in the
expression of the same flaw)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Telesto  changed:

   What|Removed |Added

Version|6.1.0.3 release |6.2.0.3 release

--- Comment #3 from Telesto  ---
Comment 0 about 6.1 being wrong.. started with 6.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

Telesto  changed:

   What|Removed |Added

   Keywords||bibisected, bisected, perf,
   ||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

--- Comment #2 from Telesto  ---
Created attachment 174722
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174722=edit
Bibisect log

Bisected to:
author  Luboš Luňák  2018-06-15 18:22:12 +0200
committer   Luboš Luňák  2018-06-15 21:53:55
+0200
commit  e0e21f2747c19dae13332f4e59949c717aa114f3 (patch)
tree0bd7e29e6aef9b563a2bce4053c2918101e5c519
parent  f07cc44b5ad3230e01f1f2d16fd074867bddc449 (diff)
clean up calc'c choosing between threading and OpenCL
Now there's just one place to decide what is used first,
in InterpretFormulaGroup(). Place in other places now checks both threading
and OpenCL, which should be cheap, but it also allows e.g. falling
back from OpenCL to threading if it doesn't work out for a specific
formula group.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=e0e21f2747c19dae13332f4e59949c717aa114f3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144257] Recalculating after deleting cell content increased from 2 seconds (6.0) to 10 seconds with (7.3)

2021-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144257

--- Comment #1 from Telesto  ---
Created attachment 174721
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174721=edit
Example file

-- 
You are receiving this mail because:
You are the assignee for the bug.