package parany

  1. Overview
  2. Docs
Parallelize any computation

Install

Dune Dependency

Authors

Maintainers

Sources

v12.1.1.tar.gz
sha256=fb2e68a4020f11c9388b862e02cf73d2122fc973c34c5f419a16346b408e524a
md5=bd28a88935a4bbea04d9bc81094293d0

README.md.html

parany

Parallelize any kind of computation

Generalized map reduce for parallel computers (not distributed computing).

Can process a very large file in parallel on a multicore computer; provided there is a way to cut your file into independent blocks (the "demux" function).

Can process in parallel an infinite stream of elements.

The processing function is called "work". The function gathering the results is called "mux". The number of processors running your computation in parallel is called "nprocs".

OCaml

Innovation. Community. Security.