parallel-future
Parallel Executor
A library that allows futures to be executed in parallel, contrasting with a sequential approach.
Run Futures in parallel
7 stars
1 watching
0 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
futurize/futurize | Converts callback-style functions or promises into futures for efficient asynchronous programming. | 145 |
futurize/future-io | A monadic IO library for Node.js that provides a standardized interface for performing input/output operations. | 14 |
fugue-project/fugue | A unified interface for distributed computing, allowing users to execute Python, Pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites. | 2,013 |
fvarrui/javapackager | A tool to package Java applications into native executables and installers for various platforms. | 1,065 |
jmartinesp/asyncjoblibrary | A library to simplify Android background and UI task execution | 221 |
exstruct/etude | A concurrency utility library for Elixir/ERlang that simplifies the use of async and retry mechanisms in concurrent programming. | 11 |
omnilib/aiomultiprocess | A library that enables efficient concurrent execution of asynchronous tasks using both async and multiprocessing capabilities. | 1,776 |
paulpflug/script-runner | A tool for running and managing npm scripts in parallel or sequential order. | 27 |
stevenjl/parex | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
stocks29/graphex | A library for composing and executing task graphs in Elixir. | 12 |
gavincyi/jupyterlab-executor | An extension for JupyterLab that allows users to execute scripts from the file browser | 15 |
alkenso/execq | A smart queue for parallel task execution with features like threadpool-like behavior and non-blocking processing. | 40 |
objectprofile/dmirror | A tool to parallelize workload execution across multiple copies of an image | 9 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |