<?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: The Big Move</title>
	<atom:link href="http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/</link>
	<description>Who needs facts when you have anecdotal evidence?</description>
	<pubDate>Sat, 04 Feb 2012 11:45:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: john.stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/#comment-17368</link>
		<dc:creator>john.stowers</dc:creator>
		<pubDate>Thu, 06 Dec 2007 02:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/#comment-17368</guid>
		<description>OK. Ive since realized that to make the lru_cach work (reliably) with insertion and deletion I need to reset the cache. At that time its probbably worth looking at a more useful memoize decorator that has a cache eviction function built in. Something like

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498110

or

the implementation in plone or django for example</description>
		<content:encoded><![CDATA[<p>OK. Ive since realized that to make the lru_cach work (reliably) with insertion and deletion I need to reset the cache. At that time its probbably worth looking at a more useful memoize decorator that has a cache eviction function built in. Something like</p>
<p><a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498110" onclick="javascript:pageTracker._trackPageview('/aspn.activestate.com');" rel="nofollow">http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498110</a></p>
<p>or</p>
<p>the implementation in plone or django for example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hergert</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/#comment-17367</link>
		<dc:creator>Christian Hergert</dc:creator>
		<pubDate>Thu, 06 Dec 2007 01:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/06/the-big-move/#comment-17367</guid>
		<description>Looks like i might have missed the @lru_cache reference in my code. (Thought i had it).

@lru_cache - http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498245

-- Christian</description>
		<content:encoded><![CDATA[<p>Looks like i might have missed the @lru_cache reference in my code. (Thought i had it).</p>
<p>@lru_cache - <a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498245" onclick="javascript:pageTracker._trackPageview('/aspn.activestate.com');" rel="nofollow">http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498245</a></p>
<p>&#8211; Christian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

