Next Making Programs Faster 163

Good Advice

Worrying about optimization at this level is just silly. Write the program. If it is unacceptably slow for your real application, then benchmark it, and then look at ways to make the slow parts faster.


Next Copyright © 2003 M. J. Dominus