Test name | Executions per second |
---|---|
Array.concat | 182496.1 Ops/sec |
Array.prototype.concat.apply | 162306.6 Ops/sec |
Array.prototype.concat.apply short form | 168777.6 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 149095.7 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 142787.8 Ops/sec |