Test name | Executions per second |
---|---|
Array.concat | 1300840.2 Ops/sec |
Array.prototype.concat.apply | 1157464.8 Ops/sec |
Array.prototype.concat.apply short form | 1321474.5 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1379760.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1311788.5 Ops/sec |