<?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: Re: Lazy loading</title>
	<atom:link href="http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/</link>
	<description>Random stuff</description>
	<lastBuildDate>Tue, 17 May 2011 12:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nikos Kouremenos</title>
		<link>http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/comment-page-1/#comment-126</link>
		<dc:creator>Nikos Kouremenos</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/#comment-126</guid>
		<description>Yes this way of doing time-bound stuff, R O C K S</description>
		<content:encoded><![CDATA[<p>Yes this way of doing time-bound stuff, R O C K S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/comment-page-1/#comment-127</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/#comment-127</guid>
		<description>I use that thechnique too, but if the obj.get_* functions in your example are not too expensive, the call overhead really slows things down. this can be fixed again by adding like 10 items or so in one go. replace &quot;yield True&quot; with something like:&lt;br/&gt;i += 1&lt;br/&gt;if not i % 10:&lt;br/&gt;    yield True&lt;br/&gt;and feel the difference.</description>
		<content:encoded><![CDATA[<p>I use that thechnique too, but if the obj.get_* functions in your example are not too expensive, the call overhead really slows things down. this can be fixed again by adding like 10 items or so in one go. replace &#8220;yield True&#8221; with something like:<br />i += 1<br />if not i % 10:<br />    yield True<br />and feel the difference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/jamesh/2006/03/31/re-lazy-loading/feed/ ) in 1.14164 seconds, on Feb 12th, 2012 at 12:43 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 1:43 am UTC -->
