Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0
Chrome 129
Windows
Desktop
one year ago
Slice with begin argument
30.5M/s
Slice with begin and end argument
14.3M/s
For loop with declared length
1.0M/s
View exact numbers
| Test name |
Executions per second |
|
✓
Slice with begin argument
|
30,503,984 Ops/sec |
|
Spread operator
|
29,407,558 Ops/sec |
|
Array.slice
|
29,312,088 Ops/sec |
|
Array.concat
|
28,733,262 Ops/sec |
|
Slice with begin and end argument
|
14,306,228 Ops/sec |
|
While loop
|
1,080,863 Ops/sec |
|
For loop with declared length
|
1,011,488 Ops/sec |
|
For loop
|
563,356 Ops/sec |
Tests:
-
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