Test case name | Result |
---|---|
Array.concat | |
Array.slice | |
For loop | |
For loop with declared length | |
While loop | |
Spread operator | |
Slice with begin argument | |
Slice with begin and end argument | |
Object Assign |
Test name | Executions per second |
---|---|
Array.concat | 3767114.0 Ops/sec |
Array.slice | 3943375.8 Ops/sec |
For loop | 118533.2 Ops/sec |
For loop with declared length | 164761.0 Ops/sec |
While loop | 183800.5 Ops/sec |
Spread operator | 3918885.8 Ops/sec |
Slice with begin argument | 4145791.0 Ops/sec |
Slice with begin and end argument | 2504865.8 Ops/sec |
Object Assign | 124948.1 Ops/sec |