<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
I've taken care of all of the issues Andrei mentioned a while back
with regard to std.parallelism. I've moved the <a
href="https://github.com/dsimcha/std.parallelism/wiki">repository
to Github.</a>, updated/improved the <a
href="http://cis.jhu.edu/%7Edsimcha/d/phobos/std_parallelism.html">documentation</a>,
cleaned up a couple miscellaneous minor issues, added a LazyMap
object for pipelining, and added a benchmarks folder with at least
one benchmark for each of the parallelism types (parallel foreach,
map, reduce, task-based, pipelining). This is an official request
for review of this module for inclusion in Phobos.<br>
<br>
I didn't include any benchmark results on the wiki yet, because so
far I've only had a chance to run them on a dual core I have at
home They're also admittedly slightly tuned to my hardware, so the
results would be biased. Others may feel free to post their
benchmark results to the wiki.<br>
</body>
</html>