developit / greenlet

🦎 Move an async function into its own thread.
https://npm.im/greenlet
4.67k stars 100 forks source link

Small inputs? #11

Closed DarrylD closed 6 years ago

DarrylD commented 6 years ago

Greenlet is most effective when the work being done has relatively small inputs/outputs.

Mind giving some clarity on this? Are we speaking small data sets?

developit commented 6 years ago

Yes. The point is to keep serialization cost low, so "small" means things that are easily and compactly serializable.