By mswatcher
via badassjs.com
Submitted: Feb 28 2013 / 11:58
Parallel.js is a very nice looking wrapper around JavaScript Web Workers making some interesting applications of multicore/parallelized processing in JavaScript much easier. Usually with Web Workers, you must write a totally separate script and load it into the worker thread. This isn’t very convenient in some cases, especially when you need to share code between the main and worker threads. Parallel.js solves that problem and provides a nice API abstraction to perform common tasks.
Tweet
SaveShareSend
Tags: frameworks, javascript
Add your comment