Multicore Ocaml vs Thread

You probably mistaken. I didn’t publish any parallel execution libraries. For now I have only manage everything manually in the code with the help of Lwt_pool and Lwt_preemptive. For dealing with maps there is also a very simple and minimalistic parmap library.