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

port to multicore-OCaml #95

Open UnixJunkie opened 4 years ago

UnixJunkie commented 4 years ago

if a volunteer shows up...

UnixJunkie commented 1 year ago

If there was a version taking advantage of ocaml-5 features, it would allow people to easily switch between fork-based parallelism and thread-based parallelism (just by changing the parmap version or branch that they install). Doing this might help to show use cases where ocaml-5 runtime could (should?) be improved.