wildlyinaccurate / plait

A fast, minimal JavaScript framework for building isomorphic reactive web components.
https://plait.js.org/
29 stars 2 forks source link

Perform virtual-dom operations in a web worker #6

Open wildlyinaccurate opened 8 years ago

wildlyinaccurate commented 8 years ago

https://github.com/nolanlawson/pokedex.org

JakeChampion commented 8 years ago

Heads up: You might get a performance hit if the virtual nodelist is large, unless you are using transferrable objects or SharedArrayBuffers.

This seems to say the opposite though: https://nolanlawson.com/2016/02/29/high-performance-web-worker-messages/