GustavoFernandes / order-splitter

https://gustavofernandes.github.io/order-splitter/
MIT License
3 stars 3 forks source link

parsing the order abstracted into a web worker #7

Closed dumbbillyhardy closed 7 years ago

jonsmithers commented 7 years ago

According to https://hacks.mozilla.org/2015/07/how-fast-are-web-workers/, it takes 40ms to instantiate a web worker.

GustavoFernandes commented 7 years ago

Outdated and unnecessary right now