Clemens wrote:
Walter Bright Wrote:

* Not all functional programming languages do concurrency well. Haskell and
OCaml in particular have severe fundamental problems with it such that parallelizing your code makes it slower.

Do you have a reference on that? I'll produce one to the contrary: http://cgi.cse.unsw.edu.au/~dons/blog/2007/11/29#smoking-4core

All I've got is Russel Winder's talk on it, Parallelism: The Functional Imperative, with the code and benchmarks. He ran them in real time.

http://www.russel.org.uk/

Reply via email to