developit / task-worklet

Task Worklet: explainer, polyfill and demos.
Apache License 2.0
275 stars 4 forks source link

Are Task Worklets replacement for Tasklets? #8

Open chicoxyzzy opened 5 years ago

chicoxyzzy commented 5 years ago

There is another proposal https://github.com/GoogleChromeLabs/tasklets. Should we consider Task Worklets as replacement for Tasklets proposal?

developit commented 5 years ago

Task Worklet is a different take on this model. It uses some features if Tasklets, but aligns more closely with the Worklet model and seeks to do things like pooling by default.

chicoxyzzy commented 5 years ago

Thank you for clarification Jason!