Test name | Executions per second |
---|---|
Array.concat | 1221097.8 Ops/sec |
Array.prototype.concat.apply | 1125806.0 Ops/sec |
Array.prototype.concat.apply short form | 1289048.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1206440.1 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1135229.2 Ops/sec |