March 09, 2009 pmap | ||||
|---|---|---|---|---|
| ||||
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 | ||||
March 09, 2009 Re: pmap | ||||
|---|---|---|---|---|
| ||||
Posted in reply to bearophile | 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
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply