<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hashtable Performance Comments</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx</link><description>Been a while since 
 I did a Q&amp;amp;A from internal discussion… Here goes, this one recently 
went over the CLR Performance alias. 
 
 Question: 
 We were planning to use Hashtable in 
one of our projects but before we do that we had a question is that</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>.NET's dictionaries and Big-O</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#6325587</link><pubDate>Sat, 17 Nov 2007 05:34:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6325587</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;So the Hashtable class (and by extension, any Dictionary&amp;amp;lt;TKey,TValue&amp;amp;gt;) has O(1) performance at&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6325587" width="1" height="1"&gt;</description></item><item><title>re: Hashtable Performance Comments</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#160564</link><pubDate>Sun, 20 Jun 2004 16:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:160564</guid><dc:creator>Daniel</dc:creator><description>How much faster is the Hashtable or StringDictionary Class compared to VB's Dictionary object?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=160564" width="1" height="1"&gt;</description></item><item><title>Hashtable vs other data structures performance</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#140098</link><pubDate>Mon, 24 May 2004 06:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140098</guid><dc:creator>Syed Hamid</dc:creator><description>i want to use a data structure to store values used for developing UI components, I am not able to judge which data structure to use, either Hashtable, also i have some pre-criteria to retrieve values from the data strucutre in the order i have inserted them.. can i go ahead with hashtable and some other data structure which is more optimal in implementation.&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140098" width="1" height="1"&gt;</description></item><item><title>re: Hashtable Performance Comments</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#70101</link><pubDate>Mon, 09 Feb 2004 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:70101</guid><dc:creator>Julio Acevedo</dc:creator><description>if the number of items in the collection may range from 4000-6000? which is the best option?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=70101" width="1" height="1"&gt;</description></item><item><title>RE: Hashtable Performance Comments</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#50581</link><pubDate>Mon, 20 Oct 2003 17:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:50581</guid><dc:creator>Brad Abrams</dc:creator><description>StringDictionary is just a strongly-typed wrapper around Hashtable, and thus it would perform the same.   There is certainly some usability gain in using strong typing but very, very little performance advantage. 
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=50581" width="1" height="1"&gt;</description></item><item><title>RE: Hashtable Performance Comments</title><link>http://blogs.msdn.com/b/brada/archive/2003/10/20/50579.aspx#50580</link><pubDate>Mon, 20 Oct 2003 08:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:50580</guid><dc:creator>jef</dc:creator><description>Wouldn't be StringDictionary  more suitable in this case?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=50580" width="1" height="1"&gt;</description></item></channel></rss>