code optimization
should you optimize your code? yes and no. i ran into the case the other day where "optimizing" the code made the program run slower. the "optimized" routines pushed the formerly fast enough routines out of the cache and made the whole program run slower. pretty neat, huh?