From 5bdaf55641f6a7acd09e1d6ccac2127bccdf6259 Mon Sep 17 00:00:00 2001 From: vvzh Date: Wed, 19 Sep 2012 17:13:23 +0000 Subject: [PATCH] csvdocument: added todo git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2523 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/csvdocument/doc/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/csvdocument/doc/todo.txt b/components/csvdocument/doc/todo.txt index 41189dd79..744337e72 100644 --- a/components/csvdocument/doc/todo.txt +++ b/components/csvdocument/doc/todo.txt @@ -1,6 +1,8 @@ === TODO === * Write more tests for different CSV format variations, especially those used by Excel and Calc. +* Optimize TCSVDocument.LoadFromStream / SaveToStream by changing "Cells[CurrentCol, CurrentRow]" usage + to direct manipulation with underlying data structures. This approach will help to eliminate redundant sanity checks. === Warning about speed optimizations ===