[
Lists Home |
Date Index |
Thread Index
]
> > the accepted wisdom that premature optimization is evil?
Don't fall into the trap of reading this as "early optimization is
evil", let alone "you can ignore performance during the design stage".
There is a right time for everything. The right time to select a good
algorithm is early, the right time to add a fast path for a special case
is at the end.
Michael Kay
|