<?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: C# Image Processing Performance &#8211; Unsafe vs. Safe code, Part I</title>
	<atom:link href="http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/</link>
	<description>Codeasaurus-rex</description>
	<lastBuildDate>Mon, 01 Feb 2010 16:47:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bitmap-Binary Basics</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-1287</link>
		<dc:creator>Bitmap-Binary Basics</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-1287</guid>
		<description>&lt;p&gt;[...] To use &#8217;safe&#8217; code the actual program execution would take forever. So there may be a third alternative worth looking into. And here are more thoughts about this. This is something we are going to have [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] To use &#8217;safe&#8217; code the actual program execution would take forever. So there may be a third alternative worth looking into. And here are more thoughts about this. This is something we are going to have [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Jensen</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-34</link>
		<dc:creator>Kim Jensen</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-34</guid>
		<description>&lt;p&gt;Very nice and clean demonstration. And yes, getPixel/setPixel really does suck extremely bad :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very nice and clean demonstration. And yes, getPixel/setPixel really does suck extremely bad :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-22</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-22</guid>
		<description>&lt;p&gt;I wasn&#039;t aware of that possibility. Perhaps I&#039;ll look into it and post a follow-up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t aware of that possibility. Perhaps I&#8217;ll look into it and post a follow-up.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: whatif</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-21</link>
		<dc:creator>whatif</dc:creator>
		<pubDate>Thu, 26 Jun 2008 11:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-21</guid>
		<description>&lt;p&gt;What if you used Buffer class to do the block copy for your bitmap data in the first example?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What if you used Buffer class to do the block copy for your bitmap data in the first example?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-8</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 02 Apr 2008 00:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-8</guid>
		<description>&lt;p&gt;Yup, Part II has the results. The link to part II is right above your comment in the trackback.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yup, Part II has the results. The link to part II is right above your comment in the trackback.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: olof</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-7</link>
		<dc:creator>olof</dc:creator>
		<pubDate>Tue, 01 Apr 2008 22:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-7</guid>
		<description>&lt;p&gt;so where did the performance comparison go..? Part two ? :) Really interested in what you found!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>so where did the performance comparison go..? Part two ? :) Really interested in what you found!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Obnoxiously Verbose / C# Image Processing Performance - Unsafe vs. Safe code, Part II</title>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/comment-page-1/#comment-4</link>
		<dc:creator>Obnoxiously Verbose / C# Image Processing Performance - Unsafe vs. Safe code, Part II</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.obnoxiouslyverbose.com/8/c-image-processing-performance-unsafe-vs-safe-code-part-i#comment-4</guid>
		<description>&lt;p&gt;[...] out Part I of this [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] out Part I of this [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
