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

Caching of VNodeProxy parts #366

Open
cornerman opened this issue Sep 30, 2019 · 0 comments
Open

Caching of VNodeProxy parts #366

cornerman opened this issue Sep 30, 2019 · 0 comments

Comments

@cornerman
Copy link
Member

When feeding VNodeProxy to snabbdom, we should reuse old arrays and dictionaries, in order for snabbdom to recognize the equalness fast and therefore making patching faster. It can skip a lot of checks if we reach reference equality for the properties of VNodeProxy.

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

No branches or pull requests

1 participant