No such thing as a small change | |
PerlMonks |
Re: Re: Re: On Golfby rchiav (Deacon) |
on May 21, 2001 at 18:51 UTC ( [id://81983]=note: print w/replies, xml ) | Need Help?? |
Just to add to this, in C, a for-loop is smaller but less optimized than writing out each statement seperately. And using cos() or other trig functions might be smaller but a lookup table is much faster. When you're not specifically dealing with instructions, code size doesn't really have any correlation to speed. Rich
In Section
Meditations
|
|