Things I Learned from ACCU 2010

Walter Bright newshound1 at digitalmars.com
Fri Apr 23 05:22:16 PDT 2010


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/



More information about the Digitalmars-d mailing list