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++ | 70972.2 Ops/sec |
for loop ++i | 70248.1 Ops/sec |
for loop ++i, cached length | 70415.5 Ops/sec |
while i-- | 59512.2 Ops/sec |
while ++i | 60034.4 Ops/sec |