<?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: Performance of Generics SortedDictionary and Dictionary</title>
	<atom:link href="http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/</link>
	<description>Just another Your New Edublogs Campus Site weblog</description>
	<lastBuildDate>Mon, 02 Nov 2009 09:35:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sepra</title>
		<link>http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/comment-page-1/#comment-25</link>
		<dc:creator>Sepra</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nus.edu.sg/nexus/?p=96#comment-25</guid>
		<description>Interesting arcitle</description>
		<content:encoded><![CDATA[<p>Interesting arcitle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/comment-page-1/#comment-21</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nus.edu.sg/nexus/?p=96#comment-21</guid>
		<description>Yes true I missed that. I will rerun my tests on 3.5 when I get some time later this week.</description>
		<content:encoded><![CDATA[<p>Yes true I missed that. I will rerun my tests on 3.5 when I get some time later this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cittka</title>
		<link>http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/comment-page-1/#comment-18</link>
		<dc:creator>cittka</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nus.edu.sg/nexus/?p=96#comment-18</guid>
		<description>Hi Vald,

Perhaps i was not clear in my posting, i&#039;ve actually did 2 sets of testing.

The first set of 20 tests, initializes SortedDictionary and then initializes Dictionary.
The next set of 20 tests, initializes Dictionary and then SortedDictionary.

Actually in my case, the large memory allocations are done each time they are run (because i instantiate new instances of each object)</description>
		<content:encoded><![CDATA[<p>Hi Vald,</p>
<p>Perhaps i was not clear in my posting, i&#8217;ve actually did 2 sets of testing.</p>
<p>The first set of 20 tests, initializes SortedDictionary and then initializes Dictionary.<br />
The next set of 20 tests, initializes Dictionary and then SortedDictionary.</p>
<p>Actually in my case, the large memory allocations are done each time they are run (because i instantiate new instances of each object)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://blog.nus.edu.sg/nexus/2009/04/16/performance-of-generics-sorteddictionary-and-dictionary/comment-page-1/#comment-17</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nus.edu.sg/nexus/?p=96#comment-17</guid>
		<description>There might be one problem with your test. You always process SortedDictionary before Dictionary. If you read the description of my tests I have tried those in different order and what is more important each was performed separately. When you start performing operations on the SortedDictionary you initiate actions of the virtual machine related to large memory allocation and then when you reach the Dictionary the hard work is already done. I would encourage trying the same experiment in different order. But it is true that my test was with .NET 2.0 so it may have changed in 3.5.</description>
		<content:encoded><![CDATA[<p>There might be one problem with your test. You always process SortedDictionary before Dictionary. If you read the description of my tests I have tried those in different order and what is more important each was performed separately. When you start performing operations on the SortedDictionary you initiate actions of the virtual machine related to large memory allocation and then when you reach the Dictionary the hard work is already done. I would encourage trying the same experiment in different order. But it is true that my test was with .NET 2.0 so it may have changed in 3.5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
