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

question about the array_float_parmapi performance hack #73

Closed UnixJunkie closed 4 years ago

UnixJunkie commented 6 years ago

Hello,

In this function, is the bigarray used as a shared memory between several processes?

Does it allow the worker processes to communicate with the parent process without having to marshal/unmarshal their messages?

Thanks, F.

UnixJunkie commented 5 years ago

just a question for an expert of this function

UnixJunkie commented 4 years ago

not so important