<?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: Quick numerical benchmark of Ruby 1.9</title>
	<atom:link href="http://numericalruby.com/2007/11/28/quick-numerical-benchmark-of-ruby-19/feed/" rel="self" type="application/rss+xml" />
	<link>http://numericalruby.com/2007/11/28/quick-numerical-benchmark-of-ruby-19/</link>
	<description>why should I be stuck with FORTRAN?</description>
	<pubDate>Tue, 18 Nov 2008 22:06:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://numericalruby.com/2007/11/28/quick-numerical-benchmark-of-ruby-19/#comment-200</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Wed, 28 Nov 2007 15:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://numericalruby.com/2007/11/28/quick-numerical-benchmark-of-ruby-19/#comment-200</guid>
		<description>I thought I'd try the numbers under JRuby and my trunk Ruby 1.9 too:

~/NetBeansProjects/jruby $ time jruby -J-server test.rb
1.3178402345057376e+24

real    1m7.536s
user    1m5.026s
sys     0m2.143s
~/NetBeansProjects/jruby $ time ../ruby1.9/ruby test.rb
1.31784023450574e+24

real    1m8.436s
user    1m7.388s
sys     0m0.358s

JRuby comes out a little faster here, but I think it can be improved more.</description>
		<content:encoded><![CDATA[<p>I thought I&#8217;d try the numbers under JRuby and my trunk Ruby 1.9 too:</p>
<p>~/NetBeansProjects/jruby $ time jruby -J-server test.rb<br />
1.3178402345057376e+24</p>
<p>real    1m7.536s<br />
user    1m5.026s<br />
sys     0m2.143s<br />
~/NetBeansProjects/jruby $ time ../ruby1.9/ruby test.rb<br />
1.31784023450574e+24</p>
<p>real    1m8.436s<br />
user    1m7.388s<br />
sys     0m0.358s</p>
<p>JRuby comes out a little faster here, but I think it can be improved more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
