Navigation

Home
Search
Submit A Resource
Contact Us
About Functionn

Subscription Options


Subscribe By Email (265+)


Lists


Archives

Showing posts with label Web Workers. Show all posts
Showing posts with label Web Workers. Show all posts

Feb 12, 2013

Author: Hirvesh Posted At: 2/12/2013 Tags: , , ,

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

 


Recent Posts

Popular Categories



Popular Components



Popular Licenses