Test case name | Result |
---|---|
Array.prototype.concat | |
Lodash concat | |
Array.prototype.push.apply() | |
spread operator | |
cached for + push |
Test name | Executions per second |
---|---|
Array.prototype.concat | 45942352.0 Ops/sec |
Lodash concat | 6113012.0 Ops/sec |
Array.prototype.push.apply() | 4335668.0 Ops/sec |
spread operator | 46241276.0 Ops/sec |
cached for + push | 666118.2 Ops/sec |