home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / programm / 3530 next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. From: elw@hplvec.LVLD.HP.COM (Eddie Williamson)
  2. Date: Tue, 19 Jan 1993 15:59:05 GMT
  3. Subject: Re: C specific editor (was Re: C/C++ Speed)
  4. Message-ID: <47740001@hplvec.LVLD.HP.COM>
  5. Organization: Hewlett-Packard Co., Loveland, CO
  6. Path: sparky!uunet!usc!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hplvec!elw
  7. Newsgroups: comp.programming
  8. References: <1993Jan17.041622.5602@thunder.mcrcim.mcgill.edu>
  9. Lines: 25
  10.  
  11. ----------
  12. >>  In article <1993Jan15.160435.19703@acuson.com>,
  13. >>  miklg@acuson.com (Michael Goldman ) writes:
  14.  
  15. >> The whole discussion of speed is limited to inexperienced people.  In
  16. >> real world applications, the hardware will double your speed in the
  17. >> time it takes to write the application.
  18.  
  19. ----------
  20. > hplvec:comp.programming 
  21. > kurt@tc.fluke.COM (Kurt Guntheroth) 
  22. > 9:54 am  Jan 18, 1993 /
  23. >
  24. > The net result is that in the *real* real world, efficiency is *always*
  25. > important.  In the synthetic real world imagined by acedemics, you can wave
  26. > your magic wand and say "just buy enough hardware to make it fast", but when
  27. > you are spending your own money, or money that comes out of your profit
  28. > sharing bonus, or from somebody other than nameless taxpayers, you have to
  29. > buy what you can afford, and live with what you buy.  
  30. ----------
  31. I agree! (with the second paragraph)
  32. Most real world customers can't affort to go out and buy the latest
  33. hardware every time they buy new application software. They live with
  34. what they already have. Don't make excuses for being lazy. Design your
  35. software from the beginning with efficiency in mind. You'll end up
  36.