Performance Battle - LINQ Chunk vs MoreLINQ Batch!
August 28, 2024
• 452 views
linqmorelinqprogramminglinq querylanguage integrated querylinq performancelinq tutorialyield returnyield return c#dotnetc# linqlinq c#learn linqintroduction to linq in c#linq in c#.netbatch c#ienumerableienumerable c#more linqdotnet linqlinq how tolinq tutorial C#linq tutorial for beginnersc# linq tutorial for beginnerslinq for beginnersbenchmarkdotnetbenchmarkingbenchmark dotnetbenchmarkdotnet tutorialdotnet performance
You asked for it -- I delivered.
What's the big difference between MoreLINQ's Batch method and LINQ's Chunk method?
On the surface: Absolutely nothing.
But can we go... deeper? What will we find when we compare benchmarks for both of these things?
You might be surprised! Now I am not suggesting you use one or the other necessarily, but I'd like to show you the tools for you to be able to decide for yourself.
