Test name | Executions per second |
---|---|
Array.concat | 1266832.0 Ops/sec |
Array.prototype.concat.apply | 1207358.5 Ops/sec |
Array.prototype.concat.apply short form | 1349312.6 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1315577.6 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1272344.6 Ops/sec |