|
|
Browse by Tags
All Tags » LINQ » C# » Generics
-
I was wondering if writing well known C# (or VB.NET if you wish) code flow statements, such as for .. and foreach etc. are faster or slower compared to a generic expression.
The results are refreshing . At least using this simple array iteration. Array Iterations on millions of elements, of course, are not the the real life CPU eaters for ...
|
|
|