<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parallelism in .NET &#8211; Part 2, Simple Imperative Data Parallelism</title>
	<atom:link href="http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/feed/" rel="self" type="application/rss+xml" />
	<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/</link>
	<description>Thoughts on C#, WPF, .NET, and programming for Scientific Visualization</description>
	<lastBuildDate>Sat, 04 Sep 2010 01:57:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 9, Configuration in PLINQ and TPL : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-702</link>
		<dc:creator>Parallelism in .NET &#8211; Part 9, Configuration in PLINQ and TPL : Reed Copsey, Jr.</dc:creator>
		<pubDate>Fri, 12 Feb 2010 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-702</guid>
		<description>[...] We configure the Parallel class by setting the ParallelOptions.MaxDegreeOfParallelism property.&#160; For example, let’s revisit one of the simple data parallel examples from Part 2: [...]</description>
		<content:encoded><![CDATA[<p>[...] We configure the Parallel class by setting the ParallelOptions.MaxDegreeOfParallelism property.&#160; For example, let’s revisit one of the simple data parallel examples from Part 2: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 6, Declarative Data Parallelism : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-611</link>
		<dc:creator>Parallelism in .NET &#8211; Part 6, Declarative Data Parallelism : Reed Copsey, Jr.</dc:creator>
		<pubDate>Wed, 27 Jan 2010 01:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-611</guid>
		<description>[...] how this can be parallelized using the Task Parallel Library and imperative programming using imperative data parallelism via the Parallel class.&#160; While this provides a huge step forward in terms of power and [...]</description>
		<content:encoded><![CDATA[<p>[...] how this can be parallelized using the Task Parallel Library and imperative programming using imperative data parallelism via the Parallel class.&#160; While this provides a huge step forward in terms of power and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 4, Imperative Data Parallelism: Aggregation : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-571</link>
		<dc:creator>Parallelism in .NET &#8211; Part 4, Imperative Data Parallelism: Aggregation : Reed Copsey, Jr.</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-571</guid>
		<description>[...] the article on simple data parallelism, I described how to perform an operation on an entire collection of elements in parallel.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] the article on simple data parallelism, I described how to perform an operation on an entire collection of elements in parallel.&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parallelism in .NET &#8211; Part 3, Imperative Data Parallelism: Early Termination : Reed Copsey, Jr.</title>
		<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-566</link>
		<dc:creator>Parallelism in .NET &#8211; Part 3, Imperative Data Parallelism: Early Termination : Reed Copsey, Jr.</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-566</guid>
		<description>[...] simple data parallelism allows us to easily parallelize many of our iteration statements, there are cases that it does not [...]</description>
		<content:encoded><![CDATA[<p>[...] simple data parallelism allows us to easily parallelize many of our iteration statements, there are cases that it does not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Parallelism in .NET – Part 2, Simple Imperative Data Parallelism : Reed Copsey, Jr. -- Topsy.com</title>
		<link>http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-555</link>
		<dc:creator>Tweets that mention Parallelism in .NET – Part 2, Simple Imperative Data Parallelism : Reed Copsey, Jr. -- Topsy.com</dc:creator>
		<pubDate>Thu, 21 Jan 2010 07:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/20/parallelism-in-net-part-2-simple-imperative-data-parallelism/#comment-555</guid>
		<description>[...] This post was mentioned on Twitter by Reed Copsey, Jr., Caspar Kleijne. Caspar Kleijne said: #mustread Parallelism in .NET. Part 2, Simple Imperative Data Parallelism: http://bit.ly/7fr0r7 #csharp #dotnet /via @ReedCopsey [...]
</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Reed Copsey, Jr., Caspar Kleijne. Caspar Kleijne said: #mustread Parallelism in .NET. Part 2, Simple Imperative Data Parallelism: <a href="http://bit.ly/7fr0r7" rel="nofollow">http://bit.ly/7fr0r7</a> #csharp #dotnet /via @ReedCopsey [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
 