Array.prototype.concat vs spread operator vs lodash.concat - variable and constant (version: 1)
Compare the new ES6 spread operator with the traditional concat() method and with the favourite _.concat() method, when an array from a variable is concatenated with an array literal.
Comparing performance of: Array.prototype.concat vs spread operator vs lodash concat
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