forkwork
Core parallelizer
Library to efficiently parallelize computationally intensive tasks using multiple cores
OCaml library for forking child processes to perform work on multiple cores
19 stars
6 watching
3 forks
Language: OCaml
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 283 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |
unixjunkie/parany | A tool for parallelizing computations and processing large streams of data | 52 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
xavierleroy/ocamlmpi | An interface between OCaml and the Message Passing Interface (MPI) for distributed-memory parallel programming | 24 |
frenetic-lang/ocaml-openflow | A serialization and protocol library for OpenFlow network devices | 13 |
lehy/ocaml-sklearn | Enables machine learning with scikit-learn in OCaml | 34 |
branchtaken/hemlock | A systems programming language focused on reliable high performance parallel computation | 31 |
joblib/joblib-spark | Enables parallelization of machine learning tasks on a distributed Spark cluster using the joblib library. | 242 |
stevenjl/parex | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
mpusz/coroutines | A library for writing concurrent code using cooperative multitasking | 0 |
pikatchu/linearml | A programming language designed to write efficient parallel programs using functional principles. | 432 |
laurentmazare/tensorflow-ocaml | OCaml bindings for a popular machine learning framework | 283 |
unixjunkie/minicli | A minimalist OCaml library for parsing command-line arguments with built-in validation and error handling. | 30 |