<?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>Kommentare zu: XML parser performance in PyPy</title>
	<atom:link href="http://blog.behnel.de/index.php?feed=rss2&#038;p=235" rel="self" type="application/rss+xml" />
	<link>http://blog.behnel.de/index.php?p=235</link>
	<description>Ik sech dat man so ...</description>
	<pubDate>Tue, 18 Jun 2013 08:00:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Stefan Behnel</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-910</link>
		<dc:creator>Stefan Behnel</dc:creator>
		<pubDate>Tue, 17 Jul 2012 11:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-910</guid>
		<description>Right, PyPy support is a feature that is still under development.</description>
		<content:encoded><![CDATA[<p>Right, PyPy support is a feature that is still under development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Valery</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-909</link>
		<dc:creator>Valery</dc:creator>
		<pubDate>Tue, 17 Jul 2012 10:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-909</guid>
		<description>For lxml, you””ll need the latest github source versions from both lxml and Cython as well as the dev packages of libxml2 and libxslt.
 0.16 (released 2012-04-21) will not work?</description>
		<content:encoded><![CDATA[<p>For lxml, you””ll need the latest github source versions from both lxml and Cython as well as the dev packages of libxml2 and libxslt.<br />
 0.16 (released 2012-04-21) will not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan Behnel</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-886</link>
		<dc:creator>Stefan Behnel</dc:creator>
		<pubDate>Thu, 28 Jun 2012 16:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-886</guid>
		<description>Hi Maciej, I agree, the memory usage might hint at a leak - couldn''''t look into it yet. If you want to give it a try, I put the code and data files here:

http://lxml.de/etbench.tar.bz2

For lxml, you''''ll need the latest github source versions from both lxml and Cython as well as the dev packages of libxml2 and libxslt.</description>
		<content:encoded><![CDATA[<p>Hi Maciej, I agree, the memory usage might hint at a leak - couldn&#8221;&#8221;t look into it yet. If you want to give it a try, I put the code and data files here:</p>
<p><a href="http://lxml.de/etbench.tar.bz2" rel="nofollow">http://lxml.de/etbench.tar.bz2</a></p>
<p>For lxml, you&#8221;&#8221;ll need the latest github source versions from both lxml and Cython as well as the dev packages of libxml2 and libxslt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: fijal</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-885</link>
		<dc:creator>fijal</dc:creator>
		<pubDate>Tue, 26 Jun 2012 21:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-885</guid>
		<description>Hi Stefan

I think the pypy memory usage is not really acceptable. I would be happy to look how to improve the situation (maybe you cannot, but who knows). It''''s definitely not just "jitted code".

Feel free to post a request to pypy-dev or even a bug (but no promises when I''''ll have time to look at it)

Cheers,
fijal</description>
		<content:encoded><![CDATA[<p>Hi Stefan</p>
<p>I think the pypy memory usage is not really acceptable. I would be happy to look how to improve the situation (maybe you cannot, but who knows). It&#8221;&#8217;&#8217;s definitely not just &#8220;jitted code&#8221;.</p>
<p>Feel free to post a request to pypy-dev or even a bug (but no promises when I&#8221;&#8221;ll have time to look at it)</p>
<p>Cheers,<br />
fijal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan Behnel</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-883</link>
		<dc:creator>Stefan Behnel</dc:creator>
		<pubDate>Tue, 26 Jun 2012 09:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-883</guid>
		<description>I updated the numbers to more correctly reflect the PyPy behaviour with and without JIT warming. Note the huge memory usage of PyPy after JIT warming.</description>
		<content:encoded><![CDATA[<p>I updated the numbers to more correctly reflect the PyPy behaviour with and without JIT warming. Note the huge memory usage of PyPy after JIT warming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Rene Dudfield</title>
		<link>http://blog.behnel.de/index.php?p=235#comment-880</link>
		<dc:creator>Rene Dudfield</dc:creator>
		<pubDate>Tue, 26 Jun 2012 04:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.behnel.de/index.php?p=235#comment-880</guid>
		<description>Woo!  I''''m very happy pypy is doing well with xml, and that lxml is on pypy now!  Rejoice.

Can you publish results without warming up the jit?  This is a more reasonable case for some of my tools.  cmd line tools that, Parse xml, do something, quit process.  I think your tests would be a good to guide on performance for long running python web servers that parse xml though.</description>
		<content:encoded><![CDATA[<p>Woo!  I&#8221;&#8221;m very happy pypy is doing well with xml, and that lxml is on pypy now!  Rejoice.</p>
<p>Can you publish results without warming up the jit?  This is a more reasonable case for some of my tools.  cmd line tools that, Parse xml, do something, quit process.  I think your tests would be a good to guide on performance for long running python web servers that parse xml though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
