Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upworker pool suggestion #13
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Neat - workerify looks handy. For PeerCDN, I inlined workers the same way that workerify does. This was before I knew about browserify. I'm just wondering what the right overall webworker approach is now -- pool vs. creating a new worker every time there's a cpu-intensive task to perform. Do you know what the startup time for a worker is like? I'll probably have to test this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/shama/workerify is a nice way to write modular code that uses web workers