Optimizing Dynamic Method Invokes in .NET

added by tdupont
8/30/2016 6:27:41 AM

345 Views

I recently had a lot of fun helping to optimize some RPC code that was using reflection to dynamically invoke methods in a C# application. Below are a list of implementations that we experimented with, and their performance. Spoilers, here are the results...


0 comments