On 05/08/2009 21:02, "Richard Gaskin" <[email protected]> wrote:
> Excellent sleuthing, Trevor. Confirmed: with that change I'm getting > the same results. Who would have thought there could be so much > overhead moving a custom property array into a variable array? Bear in mind that when retrieving a custom property, the engine has to look up whether there is a getProp handler for it. Locking messages should give you an improvement. The main difference between arrays and chunks is that arrays will continue to access huge data sets in linear time, whereas chunks (depending on exactly what you're doing) will slow down as the data set gets larger. Kind regards, Kevin Kevin Miller ~ [email protected] ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
