Enumerator performance surprises
Part of the series: Performance Hacking .NET How many times have you written a foreach statement? Probably too many times to count. How many times have you worried about the performance of that statement? Probably never. That. Changes. Now! Behold these benchmarks: See anything in there that would scream performance issue? Look carefully, I dare […]