parany
Computation parallelizer
A tool for parallelizing computations and processing large streams of data
Parallelize anything //
52 stars
5 watching
8 forks
Language: OCaml
last commit: over 1 year ago
Linked from 1 awesome list
multi-processingocaml-libraryparallel-computingstream-processing
Related projects:
Repository | Description | Stars |
---|---|---|
unixjunkie/minicli | A minimalist OCaml library for parsing command-line arguments with built-in validation and error handling. | 30 |
mlin/forkwork | Library to efficiently parallelize computationally intensive tasks using multiple cores | 19 |
ramblingcookiemonster/invoke-parallel | A PowerShell module that simplifies parallel processing of scripts or commands against multiple objects. | 385 |
stevenjl/parex | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
alex-sherman/deco | A Python library that simplifies parallel computing by automatically dividing work into concurrent tasks and synchronizing their execution. | 1,573 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 285 |
sharplispers/lparallel | A library for parallel programming in Common Lisp | 17 |
yuki-koyama/parallel-util | Provides parallel processing utilities for C++11 | 30 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
wallaroolabs/wally | A distributed stream processing framework for real-time data reactions | 1,477 |
parallella/pal | An optimized C library for parallel computing and data movement on resource-constrained devices | 301 |
beatrichartz/parallel_stream | An Elixir module that parallelizes stream operations while preserving order | 100 |
spcl/dace | A tool that generates high-performance parallel programs from Python/NumPy code | 502 |
nazar256/parapipe | A library that provides a concurrent, non-blocking buffered pipeline for structuring and scaling applications. | 33 |