<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2011://3/tag:ask-leo.com,2009://3.3820-</id>
  <updated>2011-11-22T22:48:18Z</updated>
  <title>Comments for How can two programs that are nearly identical be so different in size and speed?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:45370</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c45370" />
    <title>Comment from Jim de Graff on 2010-04-09</title>
    <author>
      <name>Jim de Graff</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Program design can greatly affect performance. My first major progrm for a company I worked at for 29 years was written in PL/1. It ran on an IBM mainframe and was a complete rewrite of a program originally created by my predecessor to verify database definition files for a hierarchichal database. His version used many temporary disk files and cost over $20 per run. My version used linked lists instead of temporary files. The cost per run of my version was 18 cents. Outwardly there was little difference between the two programs.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2010</a>.</p>
    </content>
    <published>2010-04-10T03:42:47Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:36706</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c36706" />
    <title>Comment from Chris on 2009-08-06</title>
    <author>
      <name>Chris</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>As a 67 yr old pc user from about 1986 this article explains things I have been wondering about for years.  Thanks Leo - you deserve a latte (again)<br />
Chris<br />
ps I have no idea what a coffee costs in the US - with the exchange rates as they are I will have to guess </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-08-06T20:41:14Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:36484</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c36484" />
    <title>Comment from Catmoves on 2009-07-29</title>
    <author>
      <name>Catmoves</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Yes, Steve Gibson writes in assembly. And so do his staff. And their programs are small, and fast, and great. No bloat.<br />
My feeling is that many software companies become so enamored of the "sell, sell , sell" attitude that they constantly add bells and whistles to their software until it becomes unwieldy and unwanted. Especially when there are free versions of the same type available, that don't need to bloat their product. Sometmes they decide to follow me around the internet. They don't even have the courtesy to ask my permission. But I guess thats why I have a recycle bin.<br />
Bloat is why I no longer use Symantec. In fact, it is why I no longer use many programs from old established companies. Tough luck companies, but it is my dough, you know.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-29T14:22:13Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:36460</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c36460" />
    <title>Comment from Michael Horowitz on 2009-07-28</title>
    <author>
      <name>Michael Horowitz</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>There is still another possibility: inclusion of other programs as part of a software "suite". Anti-malware software may be bundled with other things such as a firewall, anti-spam software, etc. The vendor may have one large package and depending on which parts you buy only those parts are activated. </p>

<p>I saw this with the free ZoneAlarm firewall, which used to be very small. But, at one point the size of the downloaded EXE grew enormously. I can only surmise that it includes anti-malware software too, even though that code is disabled in the free version of ZoneAlarm. </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-29T02:33:56Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:36426</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c36426" />
    <title>Comment from Hugh on 2009-07-28</title>
    <author>
      <name>Hugh</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>compiling can make a huge difference in the end product... ?     i.e.   GCC -G  linux of course but there is a cygwin equivalent.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-28T15:42:23Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3820-comment:36425</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3820" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html#c36425" />
    <title>Comment from John Williams on 2009-07-28</title>
    <author>
      <name>John Williams</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Good article and something I often wondered. I read on www.grc.com that steve Gibson always writes in assembly language</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_can_two_programs_that_are_nearly_identical_be_so_different_in_size_and_speed.html">How can two programs that are nearly identical be so different in size and speed?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-07-28T15:41:16Z</published>
  </entry>

</feed>

