Hacker News new | ask | show | jobs
by a0 2880 days ago
Single-process concurrency is great in OCaml. It’s flexible and composable with libraries like Lwt and Async. On the other hand true multicore backend is where the most work is moment. For the latest update on that see: https://discuss.ocaml.org/t/ocaml-multicore-report-on-a-june...

(Tl;dr: It will be officially merged in 2019.)

1 comments

Yes, I should have said parallelism, my bad.

I hope that it does get merged soon, people have been waiting quite a while, in my understanding. It’s a tough problem.