<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Benchmarks updated</title>
	<atom:link href="http://xacc.wordpress.com/2007/08/24/benchmarks-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://xacc.wordpress.com/2007/08/24/benchmarks-updated/</link>
	<description>A small, super fast, opensource and 100% C# IDE targetting .NET-based languages</description>
	<lastBuildDate>Tue, 08 Dec 2009 04:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-213</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Sun, 26 Aug 2007 00:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-213</guid>
		<description>Here are comparative times for C#:

C:\dev\tak\tak\bin\Release&gt;tak.exe
time: 57.141ms result: 7
time: 46.176ms result: 7
time: 46.313ms result: 7
time: 49.795ms result: 7
time: 46.579ms result: 7</description>
		<content:encoded><![CDATA[<p>Here are comparative times for C#:</p>
<p>C:\dev\tak\tak\bin\Release&gt;tak.exe<br />
time: 57.141ms result: 7<br />
time: 46.176ms result: 7<br />
time: 46.313ms result: 7<br />
time: 49.795ms result: 7<br />
time: 46.579ms result: 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-210</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Sat, 25 Aug 2007 13:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-210</guid>
		<description>Interesting :)

Here are the comparable numbers:
C:\Python25&gt;python tak.py
Result:  7 Time:  0.0792550449848
Result:  7 Time:  0.0781764162764
Result:  7 Time:  0.0818623596016
Result:  7 Time:  0.0777285939973

Wow!</description>
		<content:encoded><![CDATA[<p>Interesting <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are the comparable numbers:<br />
C:\Python25&gt;python tak.py<br />
Result:  7 Time:  0.0792550449848<br />
Result:  7 Time:  0.0781764162764<br />
Result:  7 Time:  0.0818623596016<br />
Result:  7 Time:  0.0777285939973</p>
<p>Wow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M. Camara</title>
		<link>http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-209</link>
		<dc:creator>John M. Camara</dc:creator>
		<pubDate>Sat, 25 Aug 2007 13:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/24/benchmarks-updated/#comment-209</guid>
		<description>You can make the CPython version significantly faster by using psyco.  On my computer it ran more than 35 times faster than without psyco.  Just install the psyco module and add the following lines after the import time statement.

import psyco
psyco.full()

You can download psyco at http://sourceforge.net/project/showfiles.php?group_id=41036

John</description>
		<content:encoded><![CDATA[<p>You can make the CPython version significantly faster by using psyco.  On my computer it ran more than 35 times faster than without psyco.  Just install the psyco module and add the following lines after the import time statement.</p>
<p>import psyco<br />
psyco.full()</p>
<p>You can download psyco at <a href="http://sourceforge.net/project/showfiles.php?group_id=41036" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=41036</a></p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
