[Laszlo-dev] For Review: Change 41001 Summary:Optimize LzView.updateSize
Neil Mix
nmix at pandora.com
Thu Mar 30 11:02:37 EST 2006
On Mar 29, 2006, at 9:53 PM, Oliver Steele wrote:
> or this:
> var sc = {width: '_xscale', height: '_yscale'}[axis];
FWIW, this type of construct can be downright dangerous in Internet
Explorer: object creation gets progressively slower as memory usage
increases. Constructs like this may seem to perform OK in the small
case but will severely hamper performance in large apps.
More information about the Laszlo-dev
mailing list