<?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"
	>
<channel>
	<title>Comments on: When Speed Matters</title>
	<atom:link href="http://www.vector-seven.com/2008/04/03/when-speed-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vector-seven.com/2008/04/03/when-speed-matters/</link>
	<description>My software development thoughts, experiments and discoveries</description>
	<pubDate>Thu, 24 Jul 2008 04:30:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Stephan Sokolow</title>
		<link>http://www.vector-seven.com/2008/04/03/when-speed-matters/#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.vector-seven.com/2008/04/03/when-speed-matters/#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't a long time it *feels* like an eternity when you'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 - 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.vector-seven.com/2008/04/03/when-speed-matters/#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's no doubt you took the right approach and looked to optimise it a bit.

If it wasn't a blocker, and you can run the script behind the scenes, then it becomes moot. If you fire and forget, then there'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 "real" world, if it doesn't slow you down by preventing you from doing anything then it'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.vector-seven.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.vector-seven.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.137 seconds -->
