SUSMachine icon indicating copy to clipboard operation
SUSMachine copied to clipboard

reduce delegate instantiations

Open JamesYFC opened this issue 4 years ago • 0 comments

Across the projects I've been using this library in, delegate instantiation costs haven't been an issue.

Still, this is a possible improvement.

e.g.

https://devblogs.microsoft.com/dotnet/understanding-the-cost-of-csharp-delegates/#workarounds https://devblogs.microsoft.com/dotnet/understanding-the-cost-of-csharp-delegates/#comment-10168

JamesYFC avatar Aug 19 '21 01:08 JamesYFC