<?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"
	>
<channel>
	<title>Comments on: Memoize.pm</title>
	<atom:link href="http://mark.santaniello.com/archives/205/feed" rel="self" type="application/rss+xml" />
	<link>http://mark.santaniello.com/archives/205</link>
	<description>the body of a very slow loop</description>
	<pubDate>Fri, 21 Nov 2008 10:44:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mark++ &#187; Blog Archive &#187; Memoize.cpp</title>
		<link>http://mark.santaniello.com/archives/205#comment-3355</link>
		<dc:creator>mark++ &#187; Blog Archive &#187; Memoize.cpp</dc:creator>
		<pubDate>Fri, 09 Jun 2006 14:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://mark.santaniello.net/archives/205#comment-3355</guid>
		<description>[...] Perhaps most disappointing is that there appears to be no way to generically memoize the recursive calls, the way Memoize.pm can. [...]</description>
		<content:encoded><![CDATA[<p>[...] Perhaps most disappointing is that there appears to be no way to generically memoize the recursive calls, the way Memoize.pm can. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://mark.santaniello.com/archives/205#comment-3326</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 06 Jun 2006 15:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://mark.santaniello.net/archives/205#comment-3326</guid>
		<description>The side-effect will be inhibited in the cached cases, so your count will work as expected.
Memoize only makes most sense on "pure" functions that have no side-effects, with the  possible exception of side-effects intended to measure the memoization,</description>
		<content:encoded><![CDATA[<p>The side-effect will be inhibited in the cached cases, so your count will work as expected.<br />
Memoize only makes most sense on &#8220;pure&#8221; functions that have no side-effects, with the  possible exception of side-effects intended to measure the memoization,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weimin Chen</title>
		<link>http://mark.santaniello.com/archives/205#comment-3319</link>
		<dc:creator>Weimin Chen</dc:creator>
		<pubDate>Mon, 05 Jun 2006 16:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://mark.santaniello.net/archives/205#comment-3319</guid>
		<description>What happens if a fuction causes side effect? For example, if I add a line "$count++"  to fib to count the number of calls, will Memorize produce different value of $count?</description>
		<content:encoded><![CDATA[<p>What happens if a fuction causes side effect? For example, if I add a line &#8220;$count++&#8221;  to fib to count the number of calls, will Memorize produce different value of $count?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
