We can add elements to the beginning of array using both, let's find out which is faster.
Unshift also mutates the array. Concat does not, so that would be preferable.
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory
Test case name
Result
Unshift
Concat
Fastest:N/A
Slowest:N/A
Latest run results:
Run details: (Test run date:
4 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36