home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / programm / 2095 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!uunet.ca!wildcan!sq!msb
  3. From: msb@sq.sq.com (Mark Brader)
  4. Subject: Re: Does "400% faster" make sense? (Was: Re: finding 1st one in integer)
  5. Message-ID: <1992Jul24.075917.26367@sq.sq.com>
  6. Organization: SoftQuad Inc., Toronto, Canada
  7. References: <LOWRY.92Jul22154231@rotor.watson.ibm.com> <1992Jul22.172337@is.morgan.com> <PINKAS.92Jul23100825@caraway.intel.com>
  8. Date: Fri, 24 Jul 92 07:59:17 GMT
  9. Lines: 23
  10.  
  11. > If some job takes me 100 seconds and you can do it in 25 seconds:
  12. >     I am 75% slower then you are.    (25-100)/100*100%   = -75%
  13. >     You are 300% faster than I am.    (100-25)/25*100%    = 300%
  14. >     Your performance is 400% of mine.    (1/25)/(1/100)*100% = 400%
  15. >     My performance is 25% of yours.    (1/100)/(1/25)*100% =  25%
  16.  
  17. He's right, of course.  And one might add:
  18.       You take 25% as much time as me.  (Or one-quarter)
  19.       You take 75% less time than I do.     (Or three-quarters)
  20.       I take 400% as much time as you.  (Or four times)
  21.       I take 300% more time than you.  (Or three times)
  22.  
  23. And the one I prefer, at least when the factor involved exceeds about 2:
  24.  
  25.       You are faster than me (or I am slower than you) *by a factor of 4*.
  26.  
  27. No ambiguity there!
  28. -- 
  29. Mark Brader        "Actually, $150, to an educational institution,
  30. Toronto             turns out to be about the same as a lower amount."
  31. utzoo!sq!msb, msb@sq.com                -- Mark Horton
  32.  
  33. This article is in the public domain.
  34.