<?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: Efficiently computing a factorial using binary splitting</title>
	<atom:link href="http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/</link>
	<description>Bryan O&#039;Sullivan&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bryan O'Sullivan</title>
		<link>http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/comment-page-1/#comment-56871</link>
		<dc:creator>Bryan O'Sullivan</dc:creator>
		<pubDate>Fri, 22 Jun 2007 06:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/#comment-56871</guid>
		<description>The case statement is pattern matching. It just happens that it&#039;s doing so on integer patterns. Trying to hoist the pattern match up to the function definition level would make the code longer, weirder, or both. Try it and see.</description>
		<content:encoded><![CDATA[<p>The case statement is pattern matching. It just happens that it&#8217;s doing so on integer patterns. Trying to hoist the pattern match up to the function definition level would make the code longer, weirder, or both. Try it and see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/comment-page-1/#comment-56869</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 22 Jun 2007 06:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/#comment-56869</guid>
		<description>I&#039;m looking forward to your Haskell book so I&#039;m cringing at that case statement!  Wouldn&#039;t pattern matching be more Haskellish?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to your Haskell book so I&#8217;m cringing at that case statement!  Wouldn&#8217;t pattern matching be more Haskellish?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan O'Sullivan</title>
		<link>http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/comment-page-1/#comment-54407</link>
		<dc:creator>Bryan O'Sullivan</dc:creator>
		<pubDate>Fri, 08 Jun 2007 22:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/#comment-54407</guid>
		<description>Yes, a fast multiply is required, but that&#039;s common nowadays.</description>
		<content:encoded><![CDATA[<p>Yes, a fast multiply is required, but that&#8217;s common nowadays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Doar</title>
		<link>http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/comment-page-1/#comment-43694</link>
		<dc:creator>Matt Doar</dc:creator>
		<pubDate>Fri, 04 May 2007 21:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/2007/04/23/efficiently-computing-a-factorial-using-binary-splitting/#comment-43694</guid>
		<description>Nice code. Looking at the reference though, isn&#039;t the performance improvement dependent upon using FFT or such like for the multiplication operation?

~Matt</description>
		<content:encoded><![CDATA[<p>Nice code. Looking at the reference though, isn&#8217;t the performance improvement dependent upon using FFT or such like for the multiplication operation?</p>
<p>~Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

