Test case name | Result |
---|---|
.forEach | |
for..of | |
for..of (destructuring) | |
.map | |
.map (destructuring) | |
.for (init array) | |
.reduce | |
.reduce (destructuring) | |
for..of (reduce) | |
for..of (reduce) (destructuring) | |
forEach index |
Test name | Executions per second |
---|---|
.forEach | 75.9 Ops/sec |
for..of | 76.2 Ops/sec |
for..of (destructuring) | 27.3 Ops/sec |
.map | 23.1 Ops/sec |
.map (destructuring) | 21.6 Ops/sec |
.for (init array) | 6.6 Ops/sec |
.reduce | 64.2 Ops/sec |
.reduce (destructuring) | 69.2 Ops/sec |
for..of (reduce) | 77.3 Ops/sec |
for..of (reduce) (destructuring) | 77.2 Ops/sec |
forEach index | 6.4 Ops/sec |