Working with huge amount of data in Flex 4 (Gumbo)
June 15, 2009. Posted by Andy Hulstkamp in Gumbo (Flex 4 beta), Misc. No Comments »
Keywords: data, DataGroup, performance, records, Virtualization
Keywords: data, DataGroup, performance, records, Virtualization
When working with huge amounts of data on DataGroup, SkinnableDataContainer and all its Subclasses you will notice degradation in performance. Manipulating Data becomes slower, the UI on the Groups become less responsive, startup suffers, footprint is huge. By default, Felx 4 creates an ItemRenderer for each data-item resulting in this overhead. (more…)
