October 17th, 2003, 8:39 am
DrBen is right. You only get more than a factor of two by good choice of programming language. That sounds a lot, but it is rarely enough to turn a frog into a prince.His point about productivity is just as valid for performance.Optimisation is a time consuming process, thus the speed of the code turns out to be a function of the productivity of the programming system more than the generated code.Most optimisation is to pinpoint bottlenecks and fiddle with them until performance is acceptable, or you buy a bigger box, or get fired.