Test name | Executions per second |
---|---|
Array.concat | 677375.5 Ops/sec |
Array.prototype.concat.apply | 581797.7 Ops/sec |
Array.prototype.concat.apply short form | 651419.6 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 638105.3 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 627454.9 Ops/sec |