<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: C++ Hash Table Memoization: Simplifying Dynamic Programming</title>
	<link>http://marknelson.us/2007/08/01/memoization/</link>
	<description>Programming, mostly.</description>
	<pubDate>Sat, 13 Mar 2010 12:39:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/2007/08/01/memoization/#comment-220109</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:59:47 +0000</pubDate>
		<guid>http://marknelson.us/2007/08/01/memoization/#comment-220109</guid>
		<description>@dan:

I don't really understand what you are getting at. Yes, you can use the less than operator to order, but in this case I have no need for that. I have a simple equality test, which is fine, so why do anything else?</description>
		<content:encoded><![CDATA[<p>@dan:</p>
<p>I don&#8217;t really understand what you are getting at. Yes, you can use the less than operator to order, but in this case I have no need for that. I have a simple equality test, which is fine, so why do anything else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://marknelson.us/2007/08/01/memoization/#comment-220091</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:39:51 +0000</pubDate>
		<guid>http://marknelson.us/2007/08/01/memoization/#comment-220091</guid>
		<description>"(It is not unusual to use the less-than operator to test for equality,
by testing both a &#62; b and a &lt;b&gt;1, mGenre =&#62; "B" } and
(Instance 2) { mAge=&#62;2, mGenre =&#62; "A" } 

then (Instance 1) is not less than (Instance 2) and (Instance 2) is
not less than (Instance 1) and you might conclude they are equal.
When putting one after the other in a map it would overwrite.
Something like this should make it totally ordered.
          return (that1.mAge </description>
		<content:encoded><![CDATA[<p>&#8220;(It is not unusual to use the less-than operator to test for equality,<br />
by testing both a &gt; b and a <b>1, mGenre =&gt; &#8220;B&#8221; } and<br />
(Instance 2) { mAge=&gt;2, mGenre =&gt; &#8220;A&#8221; } </p>
<p>then (Instance 1) is not less than (Instance 2) and (Instance 2) is<br />
not less than (Instance 1) and you might conclude they are equal.<br />
When putting one after the other in a map it would overwrite.<br />
Something like this should make it totally ordered.<br />
          return (that1.mAge</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bulane</title>
		<link>http://marknelson.us/2007/08/01/memoization/#comment-196131</link>
		<dc:creator>bulane</dc:creator>
		<pubDate>Tue, 19 Aug 2008 07:58:20 +0000</pubDate>
		<guid>http://marknelson.us/2007/08/01/memoization/#comment-196131</guid>
		<description>The article has been helpful to start my project</description>
		<content:encoded><![CDATA[<p>The article has been helpful to start my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mais_tro</title>
		<link>http://marknelson.us/2007/08/01/memoization/#comment-100999</link>
		<dc:creator>mais_tro</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:35:28 +0000</pubDate>
		<guid>http://marknelson.us/2007/08/01/memoization/#comment-100999</guid>
		<description>hey guys!!!
can u giv exact example on ur program!!!
that not having any error when we are going to copy it and run it to our compiler!!!!</description>
		<content:encoded><![CDATA[<p>hey guys!!!<br />
can u giv exact example on ur program!!!<br />
that not having any error when we are going to copy it and run it to our compiler!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relations &#171; zeroblog</title>
		<link>http://marknelson.us/2007/08/01/memoization/#comment-51506</link>
		<dc:creator>Relations &#171; zeroblog</dc:creator>
		<pubDate>Sun, 09 Dec 2007 23:35:53 +0000</pubDate>
		<guid>http://marknelson.us/2007/08/01/memoization/#comment-51506</guid>
		<description>[...] that relation syntax overlaps function syntax isn&#8217;t coincidental; it enables function result memoisation as part of the language, thus (hopefully) also improving the efficiency of zero programs. I&#8217;ll [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] that relation syntax overlaps function syntax isn&#8217;t coincidental; it enables function result memoisation as part of the language, thus (hopefully) also improving the efficiency of zero programs. I&#8217;ll [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
