theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[snabbdom] investigate using thunks #21

Closed JanKoehnlein closed 7 years ago

JanKoehnlein commented 7 years ago

Thunks could be used to speed up VDOM creation and patching for unchanged views. See https://github.com/snabbdom/snabbdom#thunks

We could add a new Behavior with a dirty flag that uses a thunk

JanKoehnlein commented 7 years ago

Pushed a first version.

JanKoehnlein commented 7 years ago

Finished and applied to the multicore example.