Empty an object in JavaScript (with baseline) (version: 0)
Given an object with 100,000 properties with random values, is it faster to empty the object by instantiating a new object or by deleting all properties?
Comparing performance of: Instantiate new object vs Delete all properties vs JSON.parse baseline
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