rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

Add support for access to input data in shared memory area #114

Open elfring opened 7 months ago

elfring commented 7 months ago

The information “…, returning the results through a shared memory area to the parent process, …” is provided. This hint refers to output data.

:thinking: