Test case name | Result |
---|---|
Array.from | |
Preallocate null | |
Preallocate 0 | |
Preallocate empty object | |
Unfilled initial array |
Test name | Executions per second |
---|---|
Array.from | 22745.8 Ops/sec |
Preallocate null | 8556.7 Ops/sec |
Preallocate 0 | 8553.6 Ops/sec |
Preallocate empty object | 7945.2 Ops/sec |
Unfilled initial array | 8589.7 Ops/sec |