DynamicMethod as a high-performance alternative to Reflection
Part of the series: Performance Hacking .NET Update: The code discussed in this post is now available on GitHub. Reflection is great. I have used it many times to solve the unsolvable, as I’m sure you have. But it is slow! Isn’t it? I mean… it has to be, right? It’s doing things at runtime […]