Closed jrsearles closed 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.
Good work, thanks.
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.