<?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: When Speed Matters</title>
	<atom:link href="http://www.deskchecked.com/2008/04/03/when-speed-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deskchecked.com/2008/04/03/when-speed-matters/</link>
	<description>Thomas Lee's programming blog</description>
	<lastBuildDate>Sat, 27 Mar 2010 16:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Be Lazy: Automate Everything &#124; Shine Technologies Blog</title>
		<link>http://www.deskchecked.com/2008/04/03/when-speed-matters/comment-page-1/#comment-1442</link>
		<dc:creator>Be Lazy: Automate Everything &#124; Shine Technologies Blog</dc:creator>
		<pubDate>Tue, 05 Aug 2008 16:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2008/04/03/when-speed-matters/#comment-1442</guid>
		<description>[...] By the same token, if your program needs low-level access to hardware or raw speed for processing large quantities of data &#8212; don&#8217;t be afraid to fall back to a language like C or Java if you&#8217;re sure of your reasons for doing so. Needless to say, situations such as this are rare but not impossible. [...]</description>
		<content:encoded><![CDATA[<p>[...] By the same token, if your program needs low-level access to hardware or raw speed for processing large quantities of data &#8212; don&#8217;t be afraid to fall back to a language like C or Java if you&#8217;re sure of your reasons for doing so. Needless to say, situations such as this are rare but not impossible. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Sokolow</title>
		<link>http://www.deskchecked.com/2008/04/03/when-speed-matters/comment-page-1/#comment-1298</link>
		<dc:creator>Stephan Sokolow</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2008/04/03/when-speed-matters/#comment-1298</guid>
		<description>Makes me wonder how long a script in Python, Ruby, or Perl would take. I avoid bash scripting for anything time-sensitive because the time it takes to fork commands like chmod quickly adds up and, by OS standards, creating new processes is not a lightweight operation on UNIX-like OSes.</description>
		<content:encoded><![CDATA[<p>Makes me wonder how long a script in Python, Ruby, or Perl would take. I avoid bash scripting for anything time-sensitive because the time it takes to fork commands like chmod quickly adds up and, by OS standards, creating new processes is not a lightweight operation on UNIX-like OSes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.deskchecked.com/2008/04/03/when-speed-matters/comment-page-1/#comment-1035</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 06 Apr 2008 12:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2008/04/03/when-speed-matters/#comment-1035</guid>
		<description>Absolutely right, OJ: that one minute wait was the bottleneck to the task I was trying to accomplish. Although one minute isn&#039;t a long time it *feels* like an eternity when you&#039;re sitting there waiting for it to finish. And unfortunately, it had to be run as part of a series of steps - it was step 2 of 3. Dead bang in the middle, slowing me down to a crawl on every iteration. *sniff*</description>
		<content:encoded><![CDATA[<p>Absolutely right, OJ: that one minute wait was the bottleneck to the task I was trying to accomplish. Although one minute isn&#8217;t a long time it *feels* like an eternity when you&#8217;re sitting there waiting for it to finish. And unfortunately, it had to be run as part of a series of steps &#8211; it was step 2 of 3. Dead bang in the middle, slowing me down to a crawl on every iteration. *sniff*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://www.deskchecked.com/2008/04/03/when-speed-matters/comment-page-1/#comment-1028</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Thu, 03 Apr 2008 22:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2008/04/03/when-speed-matters/#comment-1028</guid>
		<description>I think a key point to clarify is whether the script was a blocker for you or not. If it was a blocker, then there&#039;s no doubt you took the right approach and looked to optimise it a bit.

If it wasn&#039;t a blocker, and you can run the script behind the scenes, then it becomes moot. If you fire and forget, then there&#039;s no huge deal between the two.

Of course, being a bit of a performance nut, I give you kudos for what you did :) But in the &quot;real&quot; world, if it doesn&#039;t slow you down by preventing you from doing anything then it&#039;s no biggie.

When are you writing the ASM version? :)</description>
		<content:encoded><![CDATA[<p>I think a key point to clarify is whether the script was a blocker for you or not. If it was a blocker, then there&#8217;s no doubt you took the right approach and looked to optimise it a bit.</p>
<p>If it wasn&#8217;t a blocker, and you can run the script behind the scenes, then it becomes moot. If you fire and forget, then there&#8217;s no huge deal between the two.</p>
<p>Of course, being a bit of a performance nut, I give you kudos for what you did <img src='http://www.deskchecked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But in the &#8220;real&#8221; world, if it doesn&#8217;t slow you down by preventing you from doing anything then it&#8217;s no biggie.</p>
<p>When are you writing the ASM version? <img src='http://www.deskchecked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
