sc/TODO.performance | 12 ------------ 1 file changed, 12 deletions(-) New commits: commit 2c6f5ebfe69c3031af7b4903637226bd8a3dde62 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Mon Feb 28 22:59:51 2022 +0100 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Mon Feb 28 23:01:43 2022 +0100
remove obsolete TODO.performance None of the issues listed is valid anymore. Change-Id: I3e28753b111b9a8fd0f280684555dff214c158f3 diff --git a/sc/TODO.performance b/sc/TODO.performance deleted file mode 100644 index 835aef373ae5..000000000000 --- a/sc/TODO.performance +++ /dev/null @@ -1,12 +0,0 @@ -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