Postfix increment and decrement operators create a temporary object when used while prefix operators don’t.
It is therefore more efficient to use the prefix version where possible, particularly in for loop constructs as whatever is used will be called multiple times in that case, i.e.,
Bookmarks