<?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: The Great Ruby Shootout (Windows Edition)	</title>
	<atom:link href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Mon, 19 Jul 2010 18:12:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: The Great Ruby Shootout (July 2010)		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-12227</link>

		<dc:creator><![CDATA[The Great Ruby Shootout (July 2010)]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-12227</guid>

					<description><![CDATA[[...] implementations by testing them against a series of synthetic benchmarks. Recently I ran Mac and Windows shootouts as well, which tested a handful of implementations. However this article reports on the [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] implementations by testing them against a series of synthetic benchmarks. Recently I ran Mac and Windows shootouts as well, which tested a handful of implementations. However this article reports on the [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10431</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Fri, 02 Jul 2010 05:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10431</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10430&quot;&gt;raggi&lt;/a&gt;.

It wasn&#039;t meant to be a stab. I simply thought that the performance of the JVM on Linux would be better than that on Windows. I&#039;m happy to learn that the JVM performs just as well on Windows. :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10430">raggi</a>.</p>
<p>It wasn&#8217;t meant to be a stab. I simply thought that the performance of the JVM on Linux would be better than that on Windows. I&#8217;m happy to learn that the JVM performs just as well on Windows. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: raggi		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10430</link>

		<dc:creator><![CDATA[raggi]]></dc:creator>
		<pubDate>Fri, 02 Jul 2010 05:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10430</guid>

					<description><![CDATA[The JVM has been more available on Windows than it has on Linux for a long time, I remember trying to get that stuff working on Linux many years ago and suffering all kinds of headaches. Solaris is a different story, but seriously, that caveat did seem a bit more like a random stab than based on industry reality.

Hell, you work for IBM, we used to resort to jikes on Linux back in the day...

Anyway, I had originally ignored that statement, which I&#039;m now going to go back to doing.]]></description>
			<content:encoded><![CDATA[<p>The JVM has been more available on Windows than it has on Linux for a long time, I remember trying to get that stuff working on Linux many years ago and suffering all kinds of headaches. Solaris is a different story, but seriously, that caveat did seem a bit more like a random stab than based on industry reality.</p>
<p>Hell, you work for IBM, we used to resort to jikes on Linux back in the day&#8230;</p>
<p>Anyway, I had originally ignored that statement, which I&#8217;m now going to go back to doing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Isaac Gouy		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10410</link>

		<dc:creator><![CDATA[Isaac Gouy]]></dc:creator>
		<pubDate>Thu, 01 Jul 2010 20:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10410</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10388&quot;&gt;Antonio Cangiano&lt;/a&gt;.

Why wouldn&#039;t you necessarily expect JVM based implementations to shine on Windows?

Here are Java measurements on x86 Ubuntu -

http://shootout.alioth.debian.org/u32q/measurements.php?lang=java


Here are the corresponding measurements -

http://shootout.alioth.debian.org/demo/measurements.php?lang=java


The only big differences might be linked to threading: chameneos-redux and thread-ring.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10388">Antonio Cangiano</a>.</p>
<p>Why wouldn&#8217;t you necessarily expect JVM based implementations to shine on Windows?</p>
<p>Here are Java measurements on x86 Ubuntu &#8211;</p>
<p><a href="http://shootout.alioth.debian.org/u32q/measurements.php?lang=java" rel="nofollow ugc">http://shootout.alioth.debian.org/u32q/measurements.php?lang=java</a></p>
<p>Here are the corresponding measurements &#8211;</p>
<p><a href="http://shootout.alioth.debian.org/demo/measurements.php?lang=java" rel="nofollow ugc">http://shootout.alioth.debian.org/demo/measurements.php?lang=java</a></p>
<p>The only big differences might be linked to threading: chameneos-redux and thread-ring.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10388</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10388</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10387&quot;&gt;Michael Campbell&lt;/a&gt;.

&lt;blockquote&gt;Why the Windows caveat? Why should this NOT be seen as impressive if you’re talking about Linux, etc.?&lt;/blockquote&gt;

This would be impressive on Linux as well, Michael. However, given that it&#039;s a language that&#039;s based on the JVM, it is especially impressive on Windows where you wouldn&#039;t necessarily expect JVM based implementations to shine.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10387">Michael Campbell</a>.</p>
<blockquote><p>Why the Windows caveat? Why should this NOT be seen as impressive if you’re talking about Linux, etc.?</p></blockquote>
<p>This would be impressive on Linux as well, Michael. However, given that it&#8217;s a language that&#8217;s based on the JVM, it is especially impressive on Windows where you wouldn&#8217;t necessarily expect JVM based implementations to shine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Campbell		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10387</link>

		<dc:creator><![CDATA[Michael Campbell]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10387</guid>

					<description><![CDATA[&#062; JRuby was the fastest of the lot, which can be seen as impressive if we consider that this is Windows we are talking about after all.

Why the Windows caveat?  Why should this NOT be seen as impressive if you&#039;re talking about Linux, etc.?]]></description>
			<content:encoded><![CDATA[<p>&gt; JRuby was the fastest of the lot, which can be seen as impressive if we consider that this is Windows we are talking about after all.</p>
<p>Why the Windows caveat?  Why should this NOT be seen as impressive if you&#8217;re talking about Linux, etc.?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10365</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 23:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10365</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10348&quot;&gt;Brazen&lt;/a&gt;.

Yes, Rubinius will be included and the same hardware will be used. Stay tuned. :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10348">Brazen</a>.</p>
<p>Yes, Rubinius will be included and the same hardware will be used. Stay tuned. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10364</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 23:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10364</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10351&quot;&gt;Earle Clubb&lt;/a&gt;.

Yes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10351">Earle Clubb</a>.</p>
<p>Yes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luis Lavena		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10356</link>

		<dc:creator><![CDATA[Luis Lavena]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 21:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10356</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10323&quot;&gt;Isaac Gouy&lt;/a&gt;.

Actually no.

Ruby IO implementation in Windows does a lot of stuff in C code where should be using Windows own functionality.

That defined how Ruby works, and can&#039;t be changed.

JRuby had a hard time implementing those &quot;specs&quot; of Ruby, but it leveraged on Java NIO functionality, which is pretty damn fast, after all, is Java.

Anyhow, your mileage may vary on every case, the shootout is just to give a comparison, but is not reality :-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10323">Isaac Gouy</a>.</p>
<p>Actually no.</p>
<p>Ruby IO implementation in Windows does a lot of stuff in C code where should be using Windows own functionality.</p>
<p>That defined how Ruby works, and can&#8217;t be changed.</p>
<p>JRuby had a hard time implementing those &#8220;specs&#8221; of Ruby, but it leveraged on Java NIO functionality, which is pretty damn fast, after all, is Java.</p>
<p>Anyhow, your mileage may vary on every case, the shootout is just to give a comparison, but is not reality 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Earle Clubb		</title>
		<link>https://programmingzen.com/the-great-ruby-shootout-windows-edition/#comment-10351</link>

		<dc:creator><![CDATA[Earle Clubb]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1220#comment-10351</guid>

					<description><![CDATA[WRT Linux shootout: Will you include REE?]]></description>
			<content:encoded><![CDATA[<p>WRT Linux shootout: Will you include REE?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
