Why is n++ faster than n=n+1?
quora.com
Why is n++ faster than n=n+1?
1–2 of 2 posts
Re: Why is n++ faster than n=n+1?
#2> The generated code is identical, and thus the performance will be identical (all other parameters being equal).
So it's not faster