All Projects → IntelLabs → ParallelJavaScript

IntelLabs / ParallelJavaScript

Licence: BSD-2-Clause license
A collection of example workloads for Parallel JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

ParallelJavaScript

This repository contains a collection of example workloads for Parallel JavaScript. You can check out a live version of these examples here. We plan to add more workloads over time and welcome contributions.

How To Use

The workloads in this repository use the Parallel JavaScript API as proposed in the ECMA TC39 strawman for data parallelism. To run the workloads, you will need a browser that implements the Parallel JavaScript API. Currently, work is underway to add support to Firefox and nightly builds already support the Parallel JavaScript API for ordinary JavaScript arrays.

Some workloads, like the Video example, furthermore require support for the typed objects API. You can watch implementation progress on typed objects in Firefox here.

Support for the Parallel JavaScript API for Typed Objects is currently being implemented in Firefox Nightly and you can follow progress here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].