You've already forked lazarus-ccr
csvdocument: added todo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -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 ===
|
||||
|
||||
|
Reference in New Issue
Block a user