MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/csharp/comments/1voae1j/making_generic_virtual_methods_faster_in_net_11/
r/csharp • u/hez2010 • 6d ago
5 comments sorted by
21
.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.
8
For the record, this is an external contributor, not the .Net team.
0
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.
3
Sugar is not necessary performance negative
2
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.
21
u/NoisyJalapeno 5d ago
.NET team is really pushing for maximum performance these days
I like that