Multicore OCaml: March 2020 update

I’ve released domainslib.0.2.0 which supports async/await and parallel for loops.

7 Likes

@rand I’ve made a PR to the raytracer, which uses both kinds parallelism primitives added by Domainslib.Task. It was a nice coincidence that the new API fits so nicely. Removes all of the custom parallelisation code \o/. The performance should be around the same ballpark.

6 Likes

I have a question about the role of PR #1128 - EINTR-based signals. It’s marked as “multicore-prerequisite”, but looks really abandoned for quite a while.

2 Likes