|
|
|
|
|
by BitterAmethyst
2172 days ago
|
|
Not a low-level one but the CLR natively supports multidimensional arrays although I don't think they are exposed to C#. I've written some F# code and for some trivial cases I was benchmarking there was some interesting performance differences between a native multi-dimensional array and an array-of-arrays version. It wasn't important enough to look into so I don't know if the difference is due to quirks of the CLRs implementation or due to memory access patterns. |
|