in reply to Re^2: Is there any Performance difference between 'Create new object' vs 'reset value and reuse object'?
in thread Is there any Performance difference between 'Create new object' vs 'reset value and reuse object'?

This really depends on whether you can easily reuse an existing object. For example if the existing object maintains some state which you cannot easily reset, you cannot reuse the object at all.

  • Comment on Re^3: Is there any Performance difference between 'Create new object' vs 'reset value and reuse object'?