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

perf(dia.Cell): make prop()'s internal set() call more efficient #2329

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

kumilingus
Copy link
Contributor

Ensure that when calling the prop(attributes) method (where attributes is an object with one or more attributes), only changed attributes are passed to the set method ( enforcing fewer checks).

For more details, see #2296.

@kumilingus kumilingus changed the title perf(dia.Cell): make internal set() call more efficient perf(dia.Cell): make prop()'s internal set() call more efficient Sep 10, 2023
@Geliogabalus Geliogabalus merged commit 4f8c058 into clientIO:master Sep 12, 2023
3 checks passed
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.

None yet

2 participants