Test name | Executions per second |
---|---|
Array.concat | 441341.2 Ops/sec |
Array.prototype.concat.apply | 388216.6 Ops/sec |
Array.prototype.concat.apply short form | 426644.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 434897.3 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 418083.2 Ops/sec |