Convert Lambda to Method Group - Method Group is Slower! Follow
I found the following link that profiles the performance of lambdas vs method groups. Surprisingly, using lambdas is faster! Now, this is a complete micro-optimization, but perhaps it's enough where ReSharper should no longer recommend converting lambdas to method groups? If anything, maybe it should be the other way around?
Please sign in to leave a comment.