<?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: Hashmap Implementation in C</title>
	<atom:link href="http://elliottback.com/wp/hashmap-implementation-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/hashmap-implementation-in-c/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:40:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chetan</title>
		<link>http://elliottback.com/wp/hashmap-implementation-in-c/#comment-2183574</link>
		<dc:creator>Chetan</dc:creator>
		<pubDate>Mon, 11 May 2009 10:16:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=635#comment-2183574</guid>
		<description>sorry in the prev comment this(minithreads/synch.h)header file name is missing</description>
		<content:encoded><![CDATA[<p>sorry in the prev comment this(minithreads/synch.h)header file name is missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan</title>
		<link>http://elliottback.com/wp/hashmap-implementation-in-c/#comment-2183573</link>
		<dc:creator>Chetan</dc:creator>
		<pubDate>Mon, 11 May 2009 10:14:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=635#comment-2183573</guid>
		<description>Can any one  tell me where i can get this #include  header file from ...This is written in Hashmap.c</description>
		<content:encoded><![CDATA[<p>Can any one  tell me where i can get this #include  header file from &#8230;This is written in Hashmap.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: melody</title>
		<link>http://elliottback.com/wp/hashmap-implementation-in-c/#comment-2172212</link>
		<dc:creator>melody</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:43:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=635#comment-2172212</guid>
		<description>Dude in your hashmap_get function you shouldn&#039;t only check whether in_use is 1 but also if it has been pre-occupied before (or you will iterate over the whole map when the key can&#039;t be found). You need a special value for that, say a random negative number.

btw. consider linked lists for linking elements which do not create these hash clusters!</description>
		<content:encoded><![CDATA[<p>Dude in your hashmap_get function you shouldn&#8217;t only check whether in_use is 1 but also if it has been pre-occupied before (or you will iterate over the whole map when the key can&#8217;t be found). You need a special value for that, say a random negative number.</p>
<p>btw. consider linked lists for linking elements which do not create these hash clusters!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://elliottback.com/wp/hashmap-implementation-in-c/#comment-2168633</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 20 Jan 2009 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">/?p=635#comment-2168633</guid>
		<description>You hashmap overwrites existing values!</description>
		<content:encoded><![CDATA[<p>You hashmap overwrites existing values!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas</title>
		<link>http://elliottback.com/wp/hashmap-implementation-in-c/#comment-1103736</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Mon, 24 Dec 2007 07:30:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=635#comment-1103736</guid>
		<description>Hi Elliot,
I find the code useful..
Could you please forward me the include file so that i can do some modifications to it to serve my purpose.

Thanks...
Vikas</description>
		<content:encoded><![CDATA[<p>Hi Elliot,<br />
I find the code useful..<br />
Could you please forward me the include file so that i can do some modifications to it to serve my purpose.</p>
<p>Thanks&#8230;<br />
Vikas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
