digitalmars.D - pmap
- bearophile (5/5) Mar 09 2009 Can something like a pmap() (parallel map) be added to std.algorithm tha...
- Andrei Alexandrescu (3/7) Mar 09 2009 Not yet.
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 Bye, bearophile
Mar 09 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=153Not yet. Andrei
Mar 09 2009