<?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: The Imperfect Hash (but what percentage is beef?)</title>
	<atom:link href="http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 09:51:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Hupp</title>
		<link>http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef/comment-page-1#comment-2065</link>
		<dc:creator>Adam Hupp</dc:creator>
		<pubDate>Tue, 04 Dec 2007 17:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef#comment-2065</guid>
		<description>Stupid HTML. 

The above should be:

Map&lt;String,TreeMap&lt;Double,Beefy&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Stupid HTML. </p>
<p>The above should be:</p>
<p>Map&lt;String,TreeMap&lt;Double,Beefy&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Hupp</title>
		<link>http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef/comment-page-1#comment-2064</link>
		<dc:creator>Adam Hupp</dc:creator>
		<pubDate>Tue, 04 Dec 2007 17:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/windows/net/the-imperfect-hash-but-what-percentage-is-beef#comment-2064</guid>
		<description>I&#039;m not sure what the Equals contract in C# looks like, but it probably requires that Equals is transitive, e.g.

 if a.Equals(b) and b.Equals(c) 
 then a.Equals(c)

This is not the case here.

An alternative solution would be to use a two-level structure (in Java):

Map&gt;

Lookup the first level by name, and then the second level by percentage.  This is only a win if there are a large number of items with with the same name though.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what the Equals contract in C# looks like, but it probably requires that Equals is transitive, e.g.</p>
<p> if a.Equals(b) and b.Equals(c)<br />
 then a.Equals(c)</p>
<p>This is not the case here.</p>
<p>An alternative solution would be to use a two-level structure (in Java):</p>
<p>Map&gt;</p>
<p>Lookup the first level by name, and then the second level by percentage.  This is only a win if there are a large number of items with with the same name though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
