<br><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 3:05 PM, Lars T. Kyllingstad <span dir="ltr"><public@kyllingen.nospamnet></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
David Simcha has made a proposal for an std.parallelism module to be<br>
included in Phobos.  We now begin the formal review process.<br>
<br>
The code repository and documentation can be found here:<br>
<br>
  <a href="https://github.com/dsimcha/std.parallelism/wiki" target="_blank">https://github.com/dsimcha/std.parallelism/wiki</a><br>
  <a href="http://cis.jhu.edu/%7Edsimcha/d/phobos/std_parallelism.html" target="_blank">http://cis.jhu.edu/~dsimcha/d/phobos/std_parallelism.html</a><br>
<br>
Please review the code and the API, and post comments in this thread<br>
within the next three weeks.<br>
<br>
On 25 March I will start a new thread for voting over the inclusion of<br>
the module.  Voting will last one week, until 1 April.  Votes cast before<br>
or after this will not be counted.<br>
<br>
David, do you have any comments?<br>
<font color="#888888"><br>
-Lars<br>
</font></blockquote></div><br>Is std.parallelism better suited for data parallelism, task parallelism, or both?  And how does it compare to something like OpenMP?<br>