SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

Use Object.defineProperties in batch #38

Closed jrsearles closed 9 years ago

jrsearles commented 9 years ago

I was doing some perf testing of an app using knockout-es5 and found that making a single call to Object.defineProperties instead of a call for Object.defineProperty performed much better.

archangel-irk commented 9 years ago

Good work, thanks.