<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/25512/Shed_Skin_6_Years_Later</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sat, 25 May 2013 04:22:51 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>PyPy != ShedSkin</title>
			<link>http://www.osnews.com/thread?503622</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?503622</guid>
			<description>Comparing Shed Skin to pypy is a apples to oranges comparison. However, comparing Shed Skin to rpython (the subset of python pypy is written in) is much more of a apples to apples comparison. In fact the restriction list of Shed Skin is almost exactly the same as the restriction list of rpython.<br />
  <br />
  What you get with rpython however is some very insane optimizations. Where Shed Skin basically does Python to C++ translation, rpython will do deep introspection into the code, unrolling loops, inlining functions, ripping C structures apart (if you only use X out of {X, Y} why allocate space for Y?), and malloc removal. All this means that many times rpython can be faster than hand written C.<br />
 <br />
 Also, the benchmarks shown in the link are from pypy 1.4...pypy 1.7 is the current version. And in one program I've see a speed boost of 5x just going from pypy 1.6 -&gt; 1.7.<br />
<br />
----<br />
<br />
And on top of all that, just because it's using a static compiler does not magically make it faster. There are several benchmarks where pypy actually out performs C code.Edited 2012-01-16 14:28 UTC</description>
			<pubDate>Mon, 16 Jan 2012 14:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (tbcpp)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Cython</title>
			<link>http://www.osnews.com/thread?503625</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?503625</guid>
			<description>I'd like to see a comparison to Cython.<br />
I am currently using Cython to create bindings for a 3rd party library and I'm loving it.</description>
			<pubDate>Mon, 16 Jan 2012 15:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (FunkyELF)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
