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 |
Test name | Executions per second |
---|---|
Array.concat | 28733262.0 Ops/sec |
Array.slice | 29312088.0 Ops/sec |
For loop | 563356.5 Ops/sec |
For loop with declared length | 1011488.1 Ops/sec |
While loop | 1080863.4 Ops/sec |
Spread operator | 29407558.0 Ops/sec |
Slice with begin argument | 30503984.0 Ops/sec |
Slice with begin and end argument | 14306228.0 Ops/sec |