Parallel.js - A JavaScript Library For Parallel Computing Using Web Workers
Parallel. js is a JavaScript library which allows you to perform multi-core processing in JavaScript. Despite fast JavaScript engine like Google V8 engine, JavaScript is inherently single-threaded.
Compared to other languages like Java, this might seem like a disadvantage. However, Parallel.js solves this problem by giving you a high level access to multi-core processing using web workers.
As long as your browser supports web workers, you can have parallelism in your JavaScript applications.
Requirements: None
Demo:http:/ / adambom. github. com/ parallel. js/
License: CC 3.0 License
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






