Re: [stella] A warning to newbies -- every cycle becomes sacred!

Subject: Re: [stella] A warning to newbies -- every cycle becomes sacred!
From: "Glenn Saunders" <cybpunks@xxxxxxxxxxx>
Date: Wed, 07 May 2003 19:18:29 -0700
VB, Java, .NET and friends all sacrifice (if you'll forgive the oversimplification) speed for ease of programming and program maintenance.

But what you have to realize is that while modern computers are fast, they also have to do more than prior generations. They have to run more tasks at once.


Maybe when developing it may seem like your app is so fast that you don't care about wasting some cycles, but if it's the type of app that is likely to be run in many processes (like IE windows, or embedded ActiveX controls like Flash or Windows Media Player) then you have to think of the cumulative effect of "slop".

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread