parallel.js
Task runner
A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks.
Easy multi-core processing utilities for Node.
3k stars
98 watching
199 forks
Language: JavaScript
last commit: 20 days ago
Linked from 1 awesome list
javascriptnodeparallelparalleljswebworkerworker-threads
Related projects:
Repository | Description | Stars |
---|---|---|
learning-zone/nodejs-basics | Provides an introduction to building server-side applications with JavaScript using Node.js | 3,066 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,493 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,541 |
mysqljs/mysql | A pure Node.js JavaScript Client implementing the MySQL protocol. | 18,305 |
mysticatea/npm-run-all | A tool to simplify running multiple npm scripts in parallel or sequential. | 5,734 |
brainjs/brain.js | A GPU-accelerated JavaScript library for building and training neural networks in web and Node.js applications. | 14,401 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
mgechev/javascript-algorithms | Implementations of computer science algorithms in JavaScript. | 7,838 |
paperjs/paper.js | A JavaScript library and framework for creating vector graphics applications using HTML5 Canvas | 14,507 |
felipernb/algorithms.js | A comprehensive collection of algorithms and data structures implemented in JavaScript | 3,726 |
cyclejs/cyclejs | A JavaScript framework for building predictable, reactive applications using functional programming principles. | 10,243 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,827 |
nodeca/js-yaml | Provides a JavaScript implementation of YAML parsing and serialization | 6,305 |
jakesgordon/javascript-state-machine | A JavaScript library for building finite state machines with methods to manage transitions and lifecycle events. | 8,707 |