|
|
|
|
|
by nickbauman
3494 days ago
|
|
Last I checked OCaml is single-threaded concurrency. My testing comparing Java with Clojure is they clock in about the same but Clojure pushes you away from locking where Java pushes you toward it but hard. Clojure isn't pure functional but it's enough that it makes a huge difference to achieving correctness without the performance compromise. |
|
https://github.com/ocamllabs/ocaml-multicore