Martin, Martin wrote:
> Maybe the time it is rendered but imagine a fast scrolling user... > scrolling could get really sloppy in that case and thats even worse than > waiting a few seconds for the nodes to be created. [...] if the conversion is so slow that it even hurts scrolling then something is wrong anyway ... > Maybe that could reduce the execution time by 50% max. But would > that be enough? look at the timing of my playground example ... just creating the 'object' array takes less than a second ... I guess this is because there is no methods in the object :-) when writing code I try to defer expensive operations o the moment when they are actually needed (and then maybe cache the results). I would like a way for this pattern to work with the virtual widgets as well since their own design pattern is exactly this ... cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 ------------------------------------------------------------------------------ Index, Search & Analyze Logs and other IT data in Real-Time with Splunk Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. Free Software Download: http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
