Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
Firefox 141
Windows
Desktop
one year ago
Slice with begin argument
13.4M/s
Slice with begin and end argument
13.3M/s
For loop with declared length
5.7M/s
View exact numbers
| Test name |
Executions per second |
|
✓
Slice with begin argument
|
13,425,085 Ops/sec |
|
Slice with begin and end argument
|
13,346,659 Ops/sec |
|
Array.slice
|
13,319,632 Ops/sec |
|
Array.concat
|
11,608,431 Ops/sec |
|
For loop
|
5,713,355 Ops/sec |
|
For loop with declared length
|
5,695,331 Ops/sec |
|
While loop
|
5,470,597 Ops/sec |
|
Spread operator
|
2,594,419 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