<?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>Thu, 10 Dec 2009 16:10:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>Tue, 30 Nov 1999 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>Tue, 30 Nov 1999 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>
