pmap

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Mar 9 06:05:44 PDT 2009


bearophile wrote:
> Can something like a pmap() (parallel map) be added to std.algorithm that accepts a pure function/pure delegate, and uses more than one core when available (and just calls map when not available)?
> 
> Clojure is showing the way :-)
> http://blog.rguha.net/?p=153

Not yet.

Andrei



More information about the Digitalmars-d mailing list