Test name | Executions per second |
---|---|
Array.concat | 1422915.8 Ops/sec |
Array.prototype.concat.apply | 1219720.1 Ops/sec |
Array.prototype.concat.apply short form | 1389540.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1419417.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1331431.4 Ops/sec |