Test name | Executions per second |
---|---|
Default For | 1438.9 Ops/sec |
forEach | 1522.1 Ops/sec |
For with length caching | 1743.0 Ops/sec |
toArray (Array.prototype.slice) and for with caching | 1686.3 Ops/sec |
toArray (Array.prototype.slice) and for-of | 1703.5 Ops/sec |
toArray (Array.from) and for | 1511.6 Ops/sec |