summaryrefslogtreecommitdiff
path: root/sc/TODO.performance
blob: 835aef373ae54dd16e85cadb3e972b1b6242b6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This is a collection of methods that should be optimized to make better use
of mdds or other calc internal data structures.
Each method should contain a short description on how to hit the performance problem.


* ScColumn::GetRangeScriptType
** Import tdf80853.csv and select the whole content with the keyboard

* XclExpRowBuffer::GetOrCreateRow
** Look at the profile of chart2export
** The repeated calls to ScDocument::GetRowHeight seem strange
*** There should be a more efficient way to handle that loop
s-links not with linux-linksJuergen Funk 2022-11-28Avoid refreshing all hooks in secondary worktreesMike Kaganski 2022-05-31g: we are not, in fact, in the BUILDDIRMichael Stahl 2022-01-15Allow g to run git gc commandArnaud VERSINI 2021-07-12Add "--progress" agument to the ./g commandKevin Suo 2021-03-04Workaround a problem in Git for Windows' bashMike Kaganski 2018-07-02./g: don't exit early on ./g checkout -fThorsten Behrens 2018-07-02./g: indent & de-tabbify to make code readableThorsten Behrens 2018-03-12Revert "g: ignore submodule changes"Stephan Bergmann