By acoin
via architects.dzone.com
Published: Dec 28 2012 / 08:25
Sometimes a question comes up about how much work allocating a new local variable takes. My feeling has always been that the code becomes optimised to the point where this cost is static i.e. done once, not each time the code is run.
Add your comment