Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^4: On Golfby FoxtrotUniform (Prior) |
on Jul 14, 2004 at 21:01 UTC ( [id://374443]=note: print w/replies, xml ) | Need Help?? |
Just to beat a dead horse: in C, a for-loop is smaller but less optimized than writing out each statement seperately. ...unless the unrolled loop's extra code size causes a cache miss across a slow bus, in which case the for-loop is more optimized (assuming, of course, that the loop fits in a cache line). --
In Section
Meditations
|
|