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

remove object allocation in update of single property of multi-prop component #3812

Merged
merged 1 commit into from
Oct 18, 2018

Conversation

ngokevin
Copy link
Member

Description:

Later, I can optimize further this update route with #3785 ... reducing all the object looping of the attrValue and skipping buildData if setAttribute is called, it can just overwrite.

Changes proposed:

  • Reuse aux object in setAttribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants