OBDDimal / variability.dev-database

Web service for sharing feature model instances and collaborative benchmarking.
7 stars 3 forks source link

Write a smart renderer, that only renders what is necessary #313

Open Eixix opened 2 years ago

Eixix commented 2 years ago

Everytime a node of the tree is updated, the whole tree is redrawn. This has a lot of room for optimization. Only changed nodes should be rerendered.