Collection Performance: Looping Over Reference Type vs. Value Type
Since most of the types and collections I create are typically business objects, I wondered if collections of simpler types would be faster. I decided to benchmark the difference between a List (reference type) with a List (value type).
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed