diff options
Diffstat (limited to 'sc/TODO.performance')
-rw-r--r-- | sc/TODO.performance | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/TODO.performance b/sc/TODO.performance new file mode 100644 index 000000000..835aef373 --- /dev/null +++ b/sc/TODO.performance @@ -0,0 +1,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 |