Test case name | Result |
---|---|
for loop | |
for loop with length caching | |
for...of | |
for...in | |
forEach | |
map |
Test name | Executions per second |
---|---|
for loop | 26.0 Ops/sec |
for loop with length caching | 37.0 Ops/sec |
for...of | 5.9 Ops/sec |
for...in | 0.1 Ops/sec |
forEach | 8.7 Ops/sec |
map | 2.4 Ops/sec |