|
|
|
|
|
by martijn_himself
386 days ago
|
|
Could anyone more across the detail of this chime in on what this means for the 'average' .NET developer? I rely heavily on LINQ calls in a .NET (Core) Web App, should I replace these with Zlinq calls? Or is this only helpful in case you want to do LINQ operations on let's say 1000's of objects that would get garbage collected at the end of a game loop? |
|
This is to the Queryable/Enumerable extensions what ValueTask is to Task, or ref struct to struct etc. If you are the type of developer that sees great benefit switching from Task to ValueTask then you will probably find this useful too.