This repository contains the abstract, slides, speaker notes, [runnable examples](runnable examples) and other resources for the OCaml Workshop 2020 talk "Parallelising your OCaml Code with Multicore OCaml".
Parallel Programming in Multicore OCaml is an in-progress book chapter that covers some of the same material as this talk but does so in more depth.
Multicore OCaml's opam repo has instructions for installing Multicore OCaml along with domainslib.
The OCaml Multicore Github Wiki contains links to many more articles on Multicore OCaml as well as notes on the memory model, garbage collector and other lower-level topics. Note: some of the older articles and wiki pages may not describe the current state of multicore.