Test name | Executions per second |
---|---|
Array.concat | 975020.9 Ops/sec |
Array.prototype.concat.apply | 775001.4 Ops/sec |
Array.prototype.concat.apply short form | 810646.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 828608.6 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 774136.1 Ops/sec |