Hacker News new | ask | show | jobs
Why is n++ faster than n=n+1? (quora.com)
2 points by cond289123 3217 days ago
1 comments

> The generated code is identical, and thus the performance will be identical (all other parameters being equal).

So it's not faster