Test case name | Result |
---|---|
Array.prototype.concat | |
Array.prototype.push.apply() | |
cached for + push | |
naive |
Test name | Executions per second |
---|---|
Array.prototype.concat | 6683270.0 Ops/sec |
Array.prototype.push.apply() | 3494000.8 Ops/sec |
cached for + push | 969211.6 Ops/sec |
naive | 1181909.1 Ops/sec |