[Feedreader-development] Data structures
Brought to you by:
toomastoots
From: Toomas T. <to...@i-...> - 2003-04-25 10:51:20
|
Hi! In one email Marcus wrotes: 5. we should change the internal data-handling to use objects and collections instead of records and arrays, that makes a lot of things easier and reduces unnecessary copying of data and removes some memory-leaks that are present in the code What can we do with this problem? Is it ig job to change data structures to something more normal than records and arrays? At the moment, i think, is quite uneconomical to load xml data to array first and then from array to treeview data records. Greetings Toomas |