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

  1. Path: sparky!uunet!olivea!decwrl!csus.edu!netcomsv!mork!pdh
  2. From: pdh@netcom.com (Phil Howard )
  3. Newsgroups: comp.programming
  4. Subject: Re: Does "400% faster" make sense? (Was: Re: finding 1st one in integer)
  5. Message-ID: <p3hmbna.pdh@netcom.com>
  6. Date: 24 Jul 92 18:38:26 GMT
  7. References: <LOWRY.92Jul22154231@rotor.watson.ibm.com> <1992Jul22.172337@is.morgan.com> <PINKAS.92Jul23100825@caraway.intel.com> <1992Jul24.075917.26367@sq.sq.com>
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  9. Lines: 33
  10.  
  11. msb@sq.sq.com (Mark Brader) writes:
  12.  
  13. >      You take 25% as much time as me.  (Or one-quarter)
  14. >      You take 75% less time than I do.     (Or three-quarters)
  15. >      I take 400% as much time as you.  (Or four times)
  16. >      I take 300% more time than you.  (Or three times)
  17.  
  18. This all depends on the wording.
  19.  
  20. If I am "100%" as fast as you, I am just the same speed as you.
  21.  
  22. If I am "100%" faster than you, I am twice the speed.
  23.  
  24. This involves SEMANTICS about whether or not the original quantity is
  25. included or not.
  26.  
  27. Consider the statement:
  28.  
  29. I made the program run 100% faster.
  30.  
  31. So instead of figuring out 4000 calculations per second on a problem,
  32. I've added to that 100% * 4000 = 4000 more.  It is now 8000, which is
  33. simply twice as much speed.
  34.  
  35. 1 time  = 100% as fast / as much =   0% faster / more
  36. 2 times = 200% as fast / as much = 100% faster / more
  37. 3 times = 300% as fast / as much = 200% faster / more
  38. and so on.
  39. -- 
  40. /***********************************************************************\
  41. | Phil Howard  ---  KA9WGN  ---  pdh@netcom.com   |   "The problem with |
  42. | depending on government is that you cannot depend on it" - Tony Brown |
  43. \***********************************************************************/
  44.