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 | 2310168.0 Ops/sec |
Lodash concat | 994979.4 Ops/sec |
Array.prototype.push.apply() | 1508987.4 Ops/sec |
spread operator | 0.2 Ops/sec |
cached for + push | 383332.5 Ops/sec |