Next | Making Programs Faster | 128 |
Look at the big picture first - think about the project, not the program
It's hard to guess what part of the program matters, so use tools
90% of the runtime is accounted for by 10% of the code
The speed of the other 90% of the code hardly matters at all...
...so don't waste your time on it
The Benchmark module is good for answering questions that aren't worth asking
Next | Copyright © 2003 M. J. Dominus |