<?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: clocking jruby1.1</title>
	<atom:link href="http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/</link>
	<description>A blog about nothing</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:14:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: numerodix</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/#comment-52846</link>
		<dc:creator>numerodix</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=966#comment-52846</guid>
		<description>Right. I tried to apply a little more rigor and redo the test on slightly more data to get longer runtimes. Bug is filed: http://jira.codehaus.org/browse/JRUBY-2436</description>
		<content:encoded><![CDATA[<p>Right. I tried to apply a little more rigor and redo the test on slightly more data to get longer runtimes. Bug is filed: <a href="http://jira.codehaus.org/browse/JRUBY-2436" rel="nofollow">http://jira.codehaus.org/browse/JRUBY-2436</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/#comment-52808</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=966#comment-52808</guid>
		<description>URL to report JRuby bugs: http://jira.codehaus.org/browse/JRUBY</description>
		<content:encoded><![CDATA[<p>URL to report JRuby bugs: <a href="http://jira.codehaus.org/browse/JRUBY" rel="nofollow">http://jira.codehaus.org/browse/JRUBY</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/#comment-52806</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=966#comment-52806</guid>
		<description>Looks like you have a potential perf bug for us :) If you can sort out what&#039;s actually slower, we&#039;d love to have it reported. My guess is that it might be IO, which we haven&#039;t done a lot to optimize. But if you&#039;ve changed anything since the original results, like tweaked the regex or added a duplicate checker, that could be the culprity too.

At any rate, for a run this long, we should be faster. So you found a perf bug.</description>
		<content:encoded><![CDATA[<p>Looks like you have a potential perf bug for us <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' />  If you can sort out what&#8217;s actually slower, we&#8217;d love to have it reported. My guess is that it might be IO, which we haven&#8217;t done a lot to optimize. But if you&#8217;ve changed anything since the original results, like tweaked the regex or added a duplicate checker, that could be the culprity too.</p>
<p>At any rate, for a run this long, we should be faster. So you found a perf bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: numerodix</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/#comment-52801</link>
		<dc:creator>numerodix</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=966#comment-52801</guid>
		<description>Hello Charlie, just last night I was watching your talk at Fosdem :)

I have java version 1.6.0_03.

Well I reran the tests and to make it a more controlled environment I dd&#039;ed 1gb of disk data to search in. The results were quite different, and I ran it twice to make sure it wasn&#039;t a fluke:

jruby -J-server
real    3m56.149s
user    3m36.662s
sys     0m17.017s

jruby
real    3m47.196s
user    3m30.149s
sys     0m16.497s

ruby
real    1m11.586s
user    1m6.280s
sys     0m3.324s

On the upshot, the output was identical this time in all cases. :D</description>
		<content:encoded><![CDATA[<p>Hello Charlie, just last night I was watching your talk at Fosdem <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' /> </p>
<p>I have java version 1.6.0_03.</p>
<p>Well I reran the tests and to make it a more controlled environment I dd&#8217;ed 1gb of disk data to search in. The results were quite different, and I ran it twice to make sure it wasn&#8217;t a fluke:</p>
<p>jruby -J-server<br />
real    3m56.149s<br />
user    3m36.662s<br />
sys     0m17.017s</p>
<p>jruby<br />
real    3m47.196s<br />
user    3m30.149s<br />
sys     0m16.497s</p>
<p>ruby<br />
real    1m11.586s<br />
user    1m6.280s<br />
sys     0m3.324s</p>
<p>On the upshot, the output was identical this time in all cases. <img src='http://www.matusiak.eu/numerodix/blog/wp-includes/images/smilies/biggrin.png' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://www.matusiak.eu/numerodix/blog/index.php/2008/04/21/clocking-jruby11/#comment-52763</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.matusiak.eu/numerodix/blog/?p=966#comment-52763</guid>
		<description>Not bad for JRuby, but run with -J-server and see what sort of numbers you get. I&#039;ll wager it will be faster again.

Also, what Java version? Java 6 (or prerelease Java 7/OpenJDK builds) is recommended for best performance.</description>
		<content:encoded><![CDATA[<p>Not bad for JRuby, but run with -J-server and see what sort of numbers you get. I&#8217;ll wager it will be faster again.</p>
<p>Also, what Java version? Java 6 (or prerelease Java 7/OpenJDK builds) is recommended for best performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

