Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Chrome 103
Mac OS X 10.11.6
Desktop
8 months ago
Slice with begin argument
108.5M/s
Slice with begin and end argument
23.2M/s
For loop with declared length
2.0M/s
View exact numbers
| Test name |
Executions per second |
|
✓
Array.slice
|
110,291,744 Ops/sec |
|
Slice with begin argument
|
108,531,112 Ops/sec |
|
Array.concat
|
68,672,136 Ops/sec |
|
Spread operator
|
53,018,892 Ops/sec |
|
Slice with begin and end argument
|
23,155,362 Ops/sec |
|
For loop with declared length
|
2,039,135 Ops/sec |
|
While loop
|
2,033,041 Ops/sec |
|
For loop
|
1,909,685 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