top | item 29441503

(no title)

_squared_ | 4 years ago

If you're interested in leveraging web workers easily for repetitive compute-heavy tasks in a webapp, i've built a little library that takes care of launching and managing worker threads for you: https://github.com/GitSquared/rinzler

discuss

order

wngr|4 years ago

Nice. Do you also support SharedArrayBuffers or does everything need to be serializable that is sent to/from WebWorkers?