new Array() vs Array.from() vs pushFastest: new Array() (29.8x faster)
1,247,286 ops/sec
560,997 ops/sec
41,791 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| new Array() | |
| Array.from() | |
| push |
| Test name | Executions per second |
|---|---|
| ✓ new Array() | 2,608,327 Ops/sec |
| push | 1,024,216 Ops/sec |
| Array.from() | 71,890 Ops/sec |