array of object destruc vs JSON.parse + JSON.stringify (version: 0)
Checking how does 1 level of objects destruct inside 1 array compared to the JSON.parse(JSON.stringify(data)) hack commonly used to deeply nested objects
Comparing performance of: 1 level destruct vs Json parse
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