<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Implementing Generic Hash Library in C</title>
	<atom:link href="http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 07 Dec 2009 19:12:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-228</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-228</guid>
		<description>Corey is right. That seems to be a typo in the post.</description>
		<content:encoded><![CDATA[<p>Corey is right. That seems to be a typo in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeJ</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-207</link>
		<dc:creator>MikeJ</dc:creator>
		<pubDate>Fri, 17 Jul 2009 12:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-207</guid>
		<description>What would be the best way to handle failures of memory allocations?  Currently the return values are not checked causing a segfault on failure.</description>
		<content:encoded><![CDATA[<p>What would be the best way to handle failures of memory allocations?  Currently the return values are not checked causing a segfault on failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagz &#124; &#34;Implementing Generic Hash Library in C « Attractive Chaos&#34; &#124; Comments</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-185</link>
		<dc:creator>Tagz &#124; &#34;Implementing Generic Hash Library in C « Attractive Chaos&#34; &#124; Comments</dc:creator>
		<pubDate>Sat, 16 May 2009 17:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-185</guid>
		<description>[...]               [upmod] [downmod]     Implementing Generic Hash Library in C « Attractive Chaos  (attractivechaos.wordpress.com)    1 points posted 7 months, 3 weeks ago by jeethu  tags generic c [...]</description>
		<content:encoded><![CDATA[<p>[...]               [upmod] [downmod]     Implementing Generic Hash Library in C « Attractive Chaos  (attractivechaos.wordpress.com)    1 points posted 7 months, 3 weeks ago by jeethu  tags generic c [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-182</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sun, 03 May 2009 22:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-182</guid>
		<description>In your example it says it would create a struct called kh_int_t. That was confusing me a bit.</description>
		<content:encoded><![CDATA[<p>In your example it says it would create a struct called kh_int_t. That was confusing me a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: attractivechaos</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-181</link>
		<dc:creator>attractivechaos</dc:creator>
		<pubDate>Sun, 03 May 2009 11:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-181</guid>
		<description>Yes, exactly.</description>
		<content:encoded><![CDATA[<p>Yes, exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-180</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sun, 03 May 2009 03:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-180</guid>
		<description>In your example...
Wouldn&#039;t KHASH_MAP_INIT_INT(32, char)  create a struct called kh_32_t?</description>
		<content:encoded><![CDATA[<p>In your example&#8230;<br />
Wouldn&#8217;t KHASH_MAP_INIT_INT(32, char)  create a struct called kh_32_t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabricio</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-162</link>
		<dc:creator>Fabricio</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-162</guid>
		<description>Thanks for the fast response. Will look into Sunrise.</description>
		<content:encoded><![CDATA[<p>Thanks for the fast response. Will look into Sunrise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: attractivechaos</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-161</link>
		<dc:creator>attractivechaos</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-161</guid>
		<description>Sorry, it does not support multi-threading. Maybe you could have a look at SunriseDD library: http://www.sunrisetel.net/software/devtools/sunrise-data-dictionary.shtml. I have not tried, though.</description>
		<content:encoded><![CDATA[<p>Sorry, it does not support multi-threading. Maybe you could have a look at SunriseDD library: <a href="http://www.sunrisetel.net/software/devtools/sunrise-data-dictionary.shtml" rel="nofollow">http://www.sunrisetel.net/software/devtools/sunrise-data-dictionary.shtml</a>. I have not tried, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabricio</title>
		<link>http://attractivechaos.wordpress.com/2008/09/02/implementing-generic-hash-library-in-c/#comment-160</link>
		<dc:creator>Fabricio</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://attractivechaos.wordpress.com/?p=358#comment-160</guid>
		<description>Hi, i didn&#039;t find it clearly from the source code, so i&#039;m asking you. Do this hash function support multi-threading. I&#039;m particularly interested in the iterations between get, put and del. From what I have read in the source I believe it doesn&#039;t  support it, but maybe i miss something.

Thanks
Fabricio González</description>
		<content:encoded><![CDATA[<p>Hi, i didn&#8217;t find it clearly from the source code, so i&#8217;m asking you. Do this hash function support multi-threading. I&#8217;m particularly interested in the iterations between get, put and del. From what I have read in the source I believe it doesn&#8217;t  support it, but maybe i miss something.</p>
<p>Thanks<br />
Fabricio González</p>
]]></content:encoded>
	</item>
</channel>
</rss>
