<?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: 3n + 1 in Erlang</title>
	<atom:link href="http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 17:47:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anton Daneyko</title>
		<link>http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/comment-page-1/#comment-9029</link>
		<dc:creator>Anton Daneyko</dc:creator>
		<pubDate>Thu, 02 Dec 2010 20:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/#comment-9029</guid>
		<description>It&#039;s a pity they only allow submissions in c/c++/java/pascal. I think solving that sort of problems it the best way to familiarise yourself with a new language.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a pity they only allow submissions in c/c++/java/pascal. I think solving that sort of problems it the best way to familiarise yourself with a new language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memoizing with ETS</title>
		<link>http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/comment-page-1/#comment-190</link>
		<dc:creator>Memoizing with ETS</dc:creator>
		<pubDate>Tue, 29 Jul 2008 11:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/#comment-190</guid>
		<description>[...] my 3n + 1 post rickhg12hs suggested I use the erlang ets module to memoize my [...]</description>
		<content:encoded><![CDATA[<p>[...] my 3n + 1 post rickhg12hs suggested I use the erlang ets module to memoize my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon Pilgrim</title>
		<link>http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/comment-page-1/#comment-188</link>
		<dc:creator>Simeon Pilgrim</dc:creator>
		<pubDate>Wed, 23 Jul 2008 03:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/#comment-188</guid>
		<description>I assumed that erlang did memoize functions because of the performance of the factorial examples.

But that aside, thanks for pointing out &lt;a href=&quot;http://www.erlang.org/doc/man/ets.html&quot; rel=&quot;nofollow&quot;&gt;ets&lt;/a&gt;, seems like something useful, and now I will have to try it and check the impact.</description>
		<content:encoded><![CDATA[<p>I assumed that erlang did memoize functions because of the performance of the factorial examples.</p>
<p>But that aside, thanks for pointing out <a href="http://www.erlang.org/doc/man/ets.html" rel="nofollow">ets</a>, seems like something useful, and now I will have to try it and check the impact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickhg12hs</title>
		<link>http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/comment-page-1/#comment-189</link>
		<dc:creator>rickhg12hs</dc:creator>
		<pubDate>Wed, 23 Jul 2008 03:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/12/3n-1-in-erlang/#comment-189</guid>
		<description>Might be interesting to memoize threenplusone results with ets or something like that.  How much faster will it go?</description>
		<content:encoded><![CDATA[<p>Might be interesting to memoize threenplusone results with ets or something like that.  How much faster will it go?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

