Test name | Executions per second |
---|---|
Array.concat | 2282107.8 Ops/sec |
Array.prototype.concat.apply | 2223793.2 Ops/sec |
Array.prototype.concat.apply short form | 2242323.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 2260469.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 2358585.5 Ops/sec |