knockout.mapping icon indicating copy to clipboard operation
knockout.mapping copied to clipboard

Use intermediate vars to decrease minified size

Open timtucker opened this issue 11 years ago • 1 comments

Closure compiler applied to exports.visitModel shows a decrease from 1005 bytes down to 930 bytes.

timtucker avatar Mar 20 '13 16:03 timtucker

Thanks. Probably improves speed in IE as well (local variables vs hash lookup).

brigand avatar Sep 16 '13 22:09 brigand