What is pessimization?
问题 There is a comment on the question Can the use of C++11's auto improve performance? that scored many votes and suggests “makes it less likely to unintentionally pessimize” as an answer. I've never noticed this term before. I guess it is somehow the opposite of optimization. Can anyone give a more detailed definition? What does it mean in the context of programming? How would pessimized code look like? 回答1: It's mostly a play on words, a pessimist is the opposite of an optimist. And