codecombat / treema

jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.
http://codecombat.github.io/treema/
MIT License
152 stars 36 forks source link

Improve insert/deletion performance #33

Open sderickson opened 10 years ago

sderickson commented 10 years ago

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.