<?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: XSI Arrays and Python</title>
	<atom:link href="http://www.xsi-blog.com/archives/120/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xsi-blog.com/archives/120</link>
	<description>People and thoughts behind XSI in production...</description>
	<pubDate>Wed, 19 Nov 2008 06:45:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Christian Rittener</title>
		<link>http://www.xsi-blog.com/archives/120#comment-14747</link>
		<dc:creator>Christian Rittener</dc:creator>
		<pubDate>Tue, 20 Mar 2007 15:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=120#comment-14747</guid>
		<description>Very helpful, thanks! If only I'd read that a couple of weeks ago...</description>
		<content:encoded><![CDATA[<p>Very helpful, thanks! If only I&#8217;d read that a couple of weeks ago&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aloys</title>
		<link>http://www.xsi-blog.com/archives/120#comment-7761</link>
		<dc:creator>Aloys</dc:creator>
		<pubDate>Thu, 16 Nov 2006 22:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=120#comment-7761</guid>
		<description>Hi Patrick,

I had to play around with the same kind of things recently, and I would recommend the use of the izip function, which does not create a full zipped list beforehand, but returns an iterator on the existing elements. Much more memory efficient, and a bit faster...

from itertools import izip

Cheers,

Aloys</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I had to play around with the same kind of things recently, and I would recommend the use of the izip function, which does not create a full zipped list beforehand, but returns an iterator on the existing elements. Much more memory efficient, and a bit faster&#8230;</p>
<p>from itertools import izip</p>
<p>Cheers,</p>
<p>Aloys</p>
]]></content:encoded>
	</item>
</channel>
</rss>
