<?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/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2009://3/tag:ask-leo.com,2006://3.2621-</id>
  <updated>2009-11-18T17:52:55Z</updated>
  <title>Comments for Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23449</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23449" />
    <title>Comment from Josh on 2009-04-02</title>
    <author>
      <name>Josh</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>There are several factors that affect program execution speed: first, the clock rate (ie. Ghz).  This is the measure of how many occilations the processor can make in a given second.  Next, the number of clock cycles per instruction.  For example: given the same clock rate: a processor may take 2.0 clock cycles to execute one program instruction, and another brand might take 1.5 clock cycles.  This would result in the processor taking 1.5 clock cycles being 1.3333333... times as fast as the processor that takes 2.0 clock cycles per instruction.  Last, there is the fact that a program must be compiled to function on specific hardware.  For example: a program might be able to execute in 10 instructions on one type of processor, but need to execute 30 instructions on a different architecture.  All of this, and the fact that there are different types of instructions that take different amounts of clock cycles (ie: on most architectures, multiplication is just a lot of addition, so it takes longer to do), creates a complex mathematical calculation to figure out what processor will run faster.  In fact the most important factor is not a part of the processor, per se; Processor Input/Output is the slowest operation performed by a program.  Accessing RAM takes 100 times the amount of time it takes to process a comprably sized instruction.  Accessing a Hard Disk takes 50 times THAT amount of time!  Remarkably, even up to 80% of a program's execution time may be spent on memory access and other I/O!  </p>

<p>To illustrate: given two computers running the same number of instructions, and same I/O time, for 5 seconds, on a 2.0 Ghz machine needing 1 clock cycle per instruction and an 8.0 Ghz machine needing 4 clock cycles per instruction, respectively: which is faster?</p>

<p>Answer: Neither!  They will execute the exact same amount of instructions!</p>

<p><br />
-I am working toward my second CS degree,<br />
level of expertise: extremely high</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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-04-02T19:10:38Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23448</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23448" />
    <title>Comment from browny on 2008-10-23</title>
    <author>
      <name>browny</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Please tell me what i should look for before buying my new laptop. The following are the things that i would do with the laptop.</p>

<p>The most important thing for me about a computer is its ability to perform multi task at the same time. And also to work faster when you click to either open a page because i do a lot of internetting due to the nature of my job.</p>

<p>Again i like movies a lot, so a laptop that have good pictures. I travel a lot also so the computer ability to work for long on battery and other things like lan connectivity and the like.</p>

<p>Thank you.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2008</a>.</p>
    </content>
    <published>2008-10-23T21:10:31Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23447</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23447" />
    <title>Comment from Jeff on 2006-07-28</title>
    <author>
      <name>Jeff</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>To summerize it AMD does does not have a FSB. It has what is called a deticated memory bus which is built directly into the core. This greatly increases speed. Secondly AMD chips do more processes per clock. Last of all I dont know how people got the idea that you cant have a processor exceed 5ghz. My other comuter is stable at 14ghz. I have whats called phase change cooling. The reason most people cant overclock their computer that much is because of heat. Your CPU gets hot enough to cook on. When you overclock it, it gets hotter. More energy more heat.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-07-29T05:39:22Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23446</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23446" />
    <title>Comment from Derrick on 2006-05-24</title>
    <author>
      <name>Derrick</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I'd like to know from an expert why everybody thinks AMD processors are faster than Intel's. Does AMD really have different speeds than they say they do? Because everybody says the AMD FX-60 (2.6GHz) is faster than the Intel Pentium 4 (3.8GHz). Is it because the AMD processor has faster front bus speeds? Please tell me someone. Thank you!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-05-24T14:29:57Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23445</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23445" />
    <title>Comment from mary on 2006-04-20</title>
    <author>
      <name>mary</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Well put, Robert.  That is so important nowadays.  I work in a dedicated hosting environment, so it matters a lot to my company, but not so much to the customer.  We want to have the highest end procs, and power consumption is a large part of the decision making process.  We figure that out, roll it into the cost of the machine (along with a thousand other factors) and there's the monthly price.</p>

<p>I think processor technology is going to get insanely interesting in the next few months.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-20T21:15:24Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23444</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23444" />
    <title>Comment from Robert on 2006-04-17</title>
    <author>
      <name>Robert</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Where you said:  "I try to look at the total picture ... cost, disk capacity & speed, network bandwidth, memory usage and capacity, my expectations for video performance ... and somewhere in the middle of all that ... processor speed," you left out a critical point.  These days you have to start factoring in the cost of electrical power.  At the rate these costs are rising, this will soon become a significant issue.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-17T20:06:25Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23443</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23443" />
    <title>Comment from Chris on 2006-04-16</title>
    <author>
      <name>Chris</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Processor speed (measured in GHz) is only meaningful when comparing to other processors with the same architecture.  For the past few generations, AMD and Intel processors have used fairly different internal mechanics to do the work.  So, comparing GHz between an Intel Pentium 4 and an AMD Athlon64 is like comparing apples to oranges, they are just not directly comparable.  AMD uses numbers like 4000+ to give you an idea of what the comparable Intel Processor speed would be, however Intel has recently stopped using MHz measurements entirely in their processor line, instead calling them the model 814 for example.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-16T22:32:39Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23442</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23442" />
    <title>Comment from Vikram on 2006-04-16</title>
    <author>
      <name>Vikram</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>We now have dual core processors, simply put, thats two processors built into the same chip(lots of expensive & complicated circuitry). So maybe the days of the race to make the fasted processor based on GHz is over, we may see increase in the number of cores :)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-16T09:11:08Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23441</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23441" />
    <title>Comment from Lloyd Cheaye on 2006-04-14</title>
    <author>
      <name>Lloyd Cheaye</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Leo,<br />
you are the best</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-15T03:36:52Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2621-comment:23440</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2621" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html#c23440" />
    <title>Comment from mary on 2006-04-14</title>
    <author>
      <name>mary</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I've done some of my own research on this, and here's what I have come up with.  Up until recently, people would gauge their processor’s speed based on the GHz measurement: A 2.8 GHz processor is faster than a 2.4GHz processor.  That is still true today, but there is an understanding in the processor market that the potential to increase the number of GHz a processor can stand is about to top out.  The GHz limit is unknown, somewhere around 5… but once that limit is reached, the processor will not physically be able to withstand anything higher.  Processor companies are looking for other ways to increase speed.  Intel has always been the top dog, and until recently, they used the GHz measurement as the model number for their chips, so we're just used to judging procs based on that number, even though it's one of many ways to measure the different components that make up the speed of the processor.</p>

<p>I LOVE YOU LEO!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_are_one_manufacturers_processors_faster_than_another_even_at_the_same_ghz.html">Why are one manufacturer&apos;s processors faster than another - even at the same GHz?</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; 2006</a>.</p>
    </content>
    <published>2006-04-15T01:42:36Z</published>
  </entry>

</feed>
