Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Object.defineProperties in batch #38

Merged
merged 3 commits into from
Jun 18, 2015

Conversation

jrsearles
Copy link
Contributor

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
Copy link
Collaborator

Good work, thanks.

archangel-irk added a commit that referenced this pull request Jun 18, 2015
Use Object.defineProperties in batch
@archangel-irk archangel-irk merged commit 80e6d6c into SteveSanderson:master Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants