What Is Faster In C#: An int[] or an int[,]?

Mark Farragher
4 min readMar 15, 2019

In this article I’ll take a look at the different types of arrays in C#. Understanding the differences between array types will help you pick the correct data structure for every occasion.

Check out the following code:

--

--