<?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"
	>
<channel>
	<title>Comments on: Ruby Sort</title>
	<atom:link href="http://www.renaebair.com/2008/11/23/ruby-sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renaebair.com/2008/11/23/ruby-sort/</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 01:44:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: kahfei &#187; My sort of sort</title>
		<link>http://www.renaebair.com/2008/11/23/ruby-sort/#comment-2421</link>
		<dc:creator>kahfei &#187; My sort of sort</dc:creator>
		<pubDate>Mon, 28 Jun 2010 16:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaebair.com/?p=48#comment-2421</guid>
		<description>[...] I read from Renae&#8217;s blog that they are using paper cutouts, while I have been sketching and sketching and sketching trying [...]</description>
		<content:encoded><![CDATA[<p>[...] I read from Renae&#8217;s blog that they are using paper cutouts, while I have been sketching and sketching and sketching trying [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Tecyedics</title>
		<link>http://www.renaebair.com/2008/11/23/ruby-sort/#comment-95</link>
		<dc:creator>Dennis Tecyedics</dc:creator>
		<pubDate>Thu, 18 Dec 2008 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaebair.com/?p=48#comment-95</guid>
		<description>First of all congratulation for such a great site. I learned a lot reading article here today. I will make sure i visit this site once a day so i can learn more.</description>
		<content:encoded><![CDATA[<p>First of all congratulation for such a great site. I learned a lot reading article here today. I will make sure i visit this site once a day so i can learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renaebair</title>
		<link>http://www.renaebair.com/2008/11/23/ruby-sort/#comment-70</link>
		<dc:creator>renaebair</dc:creator>
		<pubDate>Wed, 26 Nov 2008 03:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaebair.com/?p=48#comment-70</guid>
		<description>Thanks guys that makes a lot of sense! I tried benchmarking at 1 million times but I never thought to try the benchmark with a significantly larger array.</description>
		<content:encoded><![CDATA[<p>Thanks guys that makes a lot of sense! I tried benchmarking at 1 million times but I never thought to try the benchmark with a significantly larger array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimai Etheridge</title>
		<link>http://www.renaebair.com/2008/11/23/ruby-sort/#comment-33</link>
		<dc:creator>Nimai Etheridge</dc:creator>
		<pubDate>Tue, 25 Nov 2008 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaebair.com/?p=48#comment-33</guid>
		<description>Also the merge sort you are using, uses recursion which unless you're using a language which optimises for recursion is generally a lot slower and more memory intensive than using a iterator based method, especially as you grow your selection size.</description>
		<content:encoded><![CDATA[<p>Also the merge sort you are using, uses recursion which unless you&#8217;re using a language which optimises for recursion is generally a lot slower and more memory intensive than using a iterator based method, especially as you grow your selection size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Atzen</title>
		<link>http://www.renaebair.com/2008/11/23/ruby-sort/#comment-30</link>
		<dc:creator>Jacob Atzen</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaebair.com/?p=48#comment-30</guid>
		<description>In regard to why merge sort is slower than insertion sort. The average time of O(n^2) and O(n*log(n)) does not mean that the first is always slower than the second. It just means that for sufficiently large n it will be slower. Try growing n and see what happens, at some point merge sort should become faster than insertion sort.</description>
		<content:encoded><![CDATA[<p>In regard to why merge sort is slower than insertion sort. The average time of O(n^2) and O(n*log(n)) does not mean that the first is always slower than the second. It just means that for sufficiently large n it will be slower. Try growing n and see what happens, at some point merge sort should become faster than insertion sort.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
