Extreme memory usage per character in FTE
I ran a few test to check memory issues. If I populate a TextElement with 100,000 characters and then do just one createTextLine I see the memory usage jump about 18 megabytes. So I create one textline, do not add it to the display list, and I see the memory increase. If I don't call createTextLine (but do everything else), then I do not see the radical increase in memory usage. I paired this down to 50,000 characters and to me it looks like somewhere on the order of 150-200 bytes is being used for the storage of each character. Just a guess but can someone shed some light on this.
Seems to be a direct correspondence between number of characters and the extreme use of memory for each character, so that is how I arrive at the approximate 150-200 bytes per character.
Since this has nothing to do with reusing textLines etc... Is this kind of issue resolved in 10.1 ?
Don
