Creating New Object in Loop vs Resetting Object in Loop (version: 1)
Benchmark.js
This tests whether is is faster to create a new object every loop and assigning it default values is quicker than creating the object outside of the loop and resetting it's default values within the loop
Comparing performance of:Create In Loop vs Reset in Loop