home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / programm / 2076 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.5 KB

  1. From: kers@hplb.hpl.hp.com (Chris Dollin)
  2. Date: Thu, 23 Jul 1992 07:22:51 GMT
  3. Subject: Re: Does "400% faster" make sense? (Was: Re: finding 1st one in integer)
  4. Message-ID: <KERS.92Jul23082251@cdollin.hpl.hp.com>
  5. Organization: Hewlett-Packard Laboratories, Bristol, UK.
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!hplextra!otter.hpl.hp.com!hpltoad!cdollin!kers
  7. Newsgroups: comp.programming
  8. References: <1992Jul22.120735@is.morgan.com> <LOWRY.92Jul22154231@rotor.watson.ibm.com> <1992Jul22.172337@is.morgan.com>
  9. Sender: news@hplb.hpl.hp.com (Usenet News Administrator)
  10. Lines: 17
  11. In-Reply-To: berlin@is.morgan.com's message of Wed, 22 Jul 1992 21:23:37 GMT
  12. Nntp-Posting-Host: cdollin.hpl.hp.com
  13.  
  14. In article ... berlin@is.morgan.com (Alexander Berlin) writes:
  15.  
  16.    If some job takes me 100 seconds and you can do it in 25 seconds:
  17.    I am 300% slower then you are.              (100-25)/25*100 
  18.    You are 75% faster than I am(not 300)       (100-25)/100*100
  19.    Your performance is 400% of mine.           (1/25)/(1/100)*100
  20.    My performance is 25% of yours.             (1/100)/(1/25)*100
  21.  
  22.    And yes, to do the job 75% faster (in 75% less time) you need to increase 
  23.    your performance by 300%. Vote is not required here.
  24.  
  25. Surely 75% faster means at 75/100 == 3/4 of the speed, ie 4/3 ~= 133% of the
  26. time, ie *slower*? 
  27. --
  28.  
  29. Regards,    | ``In fingers of trees, and valleys of gold    | Judy Tzuke
  30. Kers.       | I watch as you outshine the charlatan foe.''  | Higher & Higher
  31.