rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about the array_float_parmapi performance hack

UnixJunkie opened this issue · comments

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.

just a question for an expert of this function

not so important