Error!
Success!

DateTime.Now Causes Boxing

0
kicks

DateTime.Now Causes Boxing  (Unpublished)

This post describes in detail how calling to DateTime.Now actually causes the CLR to box an integer (4 bytes) during every call. This could seriously hurt performance for applications that may attempt to reduce dynamic allocations to a minimum (in order to reduce the number of induced GC collections).


Kicked By:
Drop Kicked By: