Test case name | Result |
---|---|
Native array | |
lodash array | |
Native foreach | |
Native for of | |
Native for in |
Test name | Executions per second |
---|---|
Native array | 20.0 Ops/sec |
lodash array | 122.6 Ops/sec |
Native foreach | 120.7 Ops/sec |
Native for of | 181.3 Ops/sec |
Native for in | 3.2 Ops/sec |