Test case name | Result |
---|---|
Array Constructor | |
Array.from | |
Setting length manually | |
Inserting a value in the last index |
Test name | Executions per second |
---|---|
Array Constructor | 4008855.2 Ops/sec |
Array.from | 694161.4 Ops/sec |
Setting length manually | 4848290.5 Ops/sec |
Inserting a value in the last index | 3871614.8 Ops/sec |