JonHMChan / descartes

Descartes | Write CSS in JavaScript
https://descartes.io/slides
MIT License
444 stars 21 forks source link

Using web workers #27

Open JonHMChan opened 8 years ago

JonHMChan commented 8 years ago

Related to https://github.com/JonHMChan/descartes/issues/26

Currently, Descartes does not take advantage of web workers to increase the performance of the library. I think the vast majority of what Descartes does should be done in background threads.

Gaserd commented 8 years ago

What kind you process change with webWorkers ?