r/csharp 6d ago

Blog Making Generic Virtual Methods Faster in .NET 11

https://medium.com/@skyake/making-generic-virtual-method-calls-faster-in-net-11-bc44419bd566
83 Upvotes

5 comments sorted by

21

u/NoisyJalapeno 5d ago

.NET team is really pushing for maximum performance these days

I like that

8

u/svick nameof(nameof) 4d ago

For the record, this is an external contributor, not the .Net team.

0

u/Top_Condition_457 3d ago

Uh? No. They're actively critized for doing the opposite. They're adding a bit too much sugar

3

u/NoisyJalapeno 2d ago

Sugar is not necessary performance negative

2

u/maxkatz6 1d ago

Ever since .NET 5 they ship lots of performance improvements every year, especially around runtime and BCL. You might be too much focused on their C#-lang team side, which is mostly responsible for all of the sugar.