Test case name | Result |
---|---|
Native for() | |
Native for..in | |
Native forEach() | |
Lodash _.forEach() | |
Lodash _.forEachRight() |
Test name | Executions per second |
---|---|
Native for() | 15595237.0 Ops/sec |
Native for..in | 578645.5 Ops/sec |
Native forEach() | 6225984.5 Ops/sec |
Lodash _.forEach() | 4194301.0 Ops/sec |
Lodash _.forEachRight() | 4630585.0 Ops/sec |