Test name | Executions per second |
---|---|
++i, division and multiplication | 10586.5 Ops/sec |
++i and bit shift | 10737.5 Ops/sec |
i += 2 | 10829.2 Ops/sec |
++i, ++i | 10792.8 Ops/sec |
++i, [++i] | 10550.4 Ops/sec |
[++i], [++i] | 10578.4 Ops/sec |
[i++], [i++] | 10670.7 Ops/sec |