Test name | Executions per second |
---|---|
Array.concat | 46848.1 Ops/sec |
Array.prototype.concat.apply | 48155.1 Ops/sec |
Array.prototype.concat.apply short form | 47322.9 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 48142.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 48857.9 Ops/sec |