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