Test name | Executions per second |
---|---|
Array.concat | 1333202.2 Ops/sec |
Array.prototype.concat.apply | 1301557.5 Ops/sec |
Array.prototype.concat.apply short form | 1396059.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1505953.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1421421.4 Ops/sec |