Test name | Executions per second |
---|---|
Array.concat | 134745.2 Ops/sec |
Array.prototype.concat.apply | 132316.7 Ops/sec |
Array.prototype.concat.apply short form | 132239.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 141344.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 131372.8 Ops/sec |