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

Improve insert/deletion performance #33

Open
sderickson opened this issue May 28, 2014 · 0 comments
Open

Improve insert/deletion performance #33

sderickson opened this issue May 28, 2014 · 0 comments
Milestone

Comments

@sderickson
Copy link
Contributor

Right now when refreshing an array or object property, the children are updated in the least efficient way, by closing and reopening the property, thus rebuilding each and every child node. This is a really dumb but effective way to do this. Find a smarter but still effective method.

@sderickson sderickson added this to the Version 0.2 milestone May 28, 2014
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