Test name | Executions per second |
---|---|
Array.concat | 131231.2 Ops/sec |
Array.prototype.concat.apply | 120396.1 Ops/sec |
Array.prototype.concat.apply short form | 143958.1 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 149878.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 141679.0 Ops/sec |