|
|
|
|
|
by jmull
2308 days ago
|
|
I think premature optimization remains as bad as always. But you design for performance. The proper time to address it is at design time. That's not premature, that's the right moment. I wish we could reserve the word "optimization" for the kinds of things you can do after implementation to improve the performance without significantly changing the design. That is, let's continue to optimize last, but not try to make the word optimize mean address performance in general. That's not what the word means, after all. |
|