Parallelising your OCaml Code with Multicore OCaml

OCaml Workshop paper on techniques for parallelizing OCaml code using multicore features.

Paper on how to parallelise OCaml code at the OCaml Workshop with Sadiq Jaffer, Sudha Parimala, KC Sivaramakrishnan and Tom Kelly. As multicore OCaml became available, we needed practical guidance for developers on how to actually use the new parallel features. This paper provided concrete techniques and patterns for parallelizing existing OCaml codebases, helping the community prepare for the multicore transition.

Read more about Parallelising your OCaml Code with Multicore OCaml.