Test case name | Result |
---|---|
for loop i++ | |
for loop ++i | |
for loop ++i, cached length | |
while i-- | |
while ++i |
Test name | Executions per second |
---|---|
for loop i++ | 478.2 Ops/sec |
for loop ++i | 477.5 Ops/sec |
for loop ++i, cached length | 715.3 Ops/sec |
while i-- | 719.0 Ops/sec |
while ++i | 720.5 Ops/sec |