A note for those not consumed by efficiency worries

Tom Neff tneff at bfmny0.UU.NET
Mon Mar 26 15:32:24 AEST 1990


I.	Code it portably and soundly.

II.	Identify the places where the CPU wastes most of its time.

III.	Replace those sections, CONDITIONALLY if possible, with less
	portable, faster code.

Every good programmer KNOWS this works, and saves time in the long run.
That's precisely why some programmers HATE it, and waste words railing
against it.  It's like eating your vegetables.  Programming, as a field,
does not venerate vegetable eaters. :-)

The truth is that the squeaky wheel gets the grease, -or- no news is good
news.  The programs out there that are written RIGHT and optimized RIGHT
are the ones you never hear about, because they don't make news, they
just WORK.
-- 
Annex Canada now!  We need the room,    \)      Tom Neff
    and who's going to stop us.         (\      tneff at bfmny0.UU.NET



More information about the Comp.lang.c mailing list