<?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: Ruby vs PHP Performance Revisited</title>
	<atom:link href="http://elliottback.com/wp/ruby-vs-php-performance-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:40:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luis José</title>
		<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/#comment-2187667</link>
		<dc:creator>Luis José</dc:creator>
		<pubDate>Wed, 15 Jul 2009 23:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/01/17/ruby-vs-php-performance-revisited/#comment-2187667</guid>
		<description>You should try ruby 1.9 and see what happens...</description>
		<content:encoded><![CDATA[<p>You should try ruby 1.9 and see what happens&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Math Parser Guy</title>
		<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/#comment-1778542</link>
		<dc:creator>Math Parser Guy</dc:creator>
		<pubDate>Fri, 27 Jun 2008 22:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/01/17/ruby-vs-php-performance-revisited/#comment-1778542</guid>
		<description>C++ gets faster in cases where you can achieve the same end result by writing the code in a C++ specific way which is not available in other languages. For example, do the following:

Find a sequence of 4 bytes inside a byte array of 256 bytes. Java and C++ solutions has to be coded differently to make C++ faster. Solution is left to the user as exercise.

Similarly, have a sophisticated algorithm where you need OUT parameters. For java, you would have to work around it. C++ gives that capability naturally.

Another case: Try to control the floating point processor for math operations in Java (Can you make Java throw Exception on division by zero?). In Visual C++ you can do that too.</description>
		<content:encoded><![CDATA[<p>C++ gets faster in cases where you can achieve the same end result by writing the code in a C++ specific way which is not available in other languages. For example, do the following:</p>
<p>Find a sequence of 4 bytes inside a byte array of 256 bytes. Java and C++ solutions has to be coded differently to make C++ faster. Solution is left to the user as exercise.</p>
<p>Similarly, have a sophisticated algorithm where you need OUT parameters. For java, you would have to work around it. C++ gives that capability naturally.</p>
<p>Another case: Try to control the floating point processor for math operations in Java (Can you make Java throw Exception on division by zero?). In Visual C++ you can do that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/#comment-1618472</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 21 May 2008 20:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/01/17/ruby-vs-php-performance-revisited/#comment-1618472</guid>
		<description>Hey

php with the http://eaccelerator.net/ is 4 - 5 x quicklier. you need more memory but i think it&#039;s ok. the result from the (example) 32 mb is performance.

when you published a benchmark, please optional with php eaccelerator.

in the other situation is the benchmark not fair and correct!</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>php with the <a href="http://eaccelerator.net/" rel="nofollow">http://eaccelerator.net/</a> is 4 &#8211; 5 x quicklier. you need more memory but i think it&#8217;s ok. the result from the (example) 32 mb is performance.</p>
<p>when you published a benchmark, please optional with php eaccelerator.</p>
<p>in the other situation is the benchmark not fair and correct!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlad</title>
		<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/#comment-1538771</link>
		<dc:creator>vlad</dc:creator>
		<pubDate>Fri, 02 May 2008 04:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/01/17/ruby-vs-php-performance-revisited/#comment-1538771</guid>
		<description>Eh ... Well ... I know my comment was a little offensive. I know that you&#039;re a facebook developer and you&#039;re all big php fans so I guess you&#039;re a little subjective. Excuse my english.</description>
		<content:encoded><![CDATA[<p>Eh &#8230; Well &#8230; I know my comment was a little offensive. I know that you&#8217;re a facebook developer and you&#8217;re all big php fans so I guess you&#8217;re a little subjective. Excuse my english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliott Back</title>
		<link>http://elliottback.com/wp/ruby-vs-php-performance-revisited/#comment-1538667</link>
		<dc:creator>Elliott Back</dc:creator>
		<pubDate>Fri, 02 May 2008 04:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2008/01/17/ruby-vs-php-performance-revisited/#comment-1538667</guid>
		<description>Oh, say something like &lt;a href=&quot;http://www.koders.com/java/fid33A9899502EA6621A9E4CD88C33C600F0602C211.aspx?s=mergesort#L2 &quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;, perhaps.  Java&#039;s really about the same speed as C++ for most stuff these days.</description>
		<content:encoded><![CDATA[<p>Oh, say something like <a href="http://www.koders.com/java/fid33A9899502EA6621A9E4CD88C33C600F0602C211.aspx?s=mergesort#L2 " rel="nofollow">this</a>, perhaps.  Java&#8217;s really about the same speed as C++ for most stuff these days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
