<?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: Easy and fast sorting of objects</title>
	<atom:link href="http://davybrion.com/blog/2007/07/easy-and-fast-sorting-of-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2007/07/easy-and-fast-sorting-of-objects/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Marc Brooks</title>
		<link>http://davybrion.com/blog/2007/07/easy-and-fast-sorting-of-objects/comment-page-1/#comment-36</link>
		<dc:creator>Marc Brooks</dc:creator>
		<pubDate>Mon, 14 Jan 2008 19:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/2007/07/02/easy-and-fast-sorting-of-objects/#comment-36</guid>
		<description>Glad you guys like it... by the way, it&#039;s no included in my Dynamic Reflection Library on CodePlex http://www.codeplex.com/Dynamic</description>
		<content:encoded><![CDATA[<p>Glad you guys like it&#8230; by the way, it&#8217;s no included in my Dynamic Reflection Library on CodePlex <a href="http://www.codeplex.com/Dynamic" rel="nofollow">http://www.codeplex.com/Dynamic</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2007/07/easy-and-fast-sorting-of-objects/comment-page-1/#comment-35</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Mon, 02 Jul 2007 21:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/2007/07/02/easy-and-fast-sorting-of-objects/#comment-35</guid>
		<description>i believe the correct term is simply &#039;randomness&#039; :P

still, regardless of the example i used, this is a great library... makes it really easy to sort whatever collection of business entities you need and because it generates the IL that does the sorting, it&#039;s much faster than using reflection.</description>
		<content:encoded><![CDATA[<p>i believe the correct term is simply &#8216;randomness&#8217; <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>still, regardless of the example i used, this is a great library&#8230; makes it really easy to sort whatever collection of business entities you need and because it generates the IL that does the sorting, it&#8217;s much faster than using reflection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: den ben</title>
		<link>http://davybrion.com/blog/2007/07/easy-and-fast-sorting-of-objects/comment-page-1/#comment-34</link>
		<dc:creator>den ben</dc:creator>
		<pubDate>Mon, 02 Jul 2007 21:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/2007/07/02/easy-and-fast-sorting-of-objects/#comment-34</guid>
		<description>I gave it a go myself and got this output with your code:

Elapsed Time: 00:00:00.3104464

It got me thinking though...  I don&#039;t know much about search algoritms but I do know that your generated list is very simple to sort desc (as in reverse-and-you&#039;re-done-simple) so I figured I&#039;d throw in some randomnessness (is that a word? ;-)

Turns out that went even faster! lol... kinda blew my point though ;-)</description>
		<content:encoded><![CDATA[<p>I gave it a go myself and got this output with your code:</p>
<p>Elapsed Time: 00:00:00.3104464</p>
<p>It got me thinking though&#8230;  I don&#8217;t know much about search algoritms but I do know that your generated list is very simple to sort desc (as in reverse-and-you&#8217;re-done-simple) so I figured I&#8217;d throw in some randomnessness (is that a word? <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Turns out that went even faster! lol&#8230; kinda blew my point though <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
