Test case name | Result |
---|---|
Default For | |
forEach | |
For with length caching | |
toArray (Array.prototype.slice) and for with caching | |
toArray (Array.prototype.slice) and for-of | |
toArray (Array.from) and for |
Test name | Executions per second |
---|---|
Default For | 1440.4 Ops/sec |
forEach | 1531.5 Ops/sec |
For with length caching | 1782.1 Ops/sec |
toArray (Array.prototype.slice) and for with caching | 1710.1 Ops/sec |
toArray (Array.prototype.slice) and for-of | 1717.4 Ops/sec |
toArray (Array.from) and for | 1507.5 Ops/sec |