Hi,
In the Apress book "Illustrated C# 2008", pg. 343 notes:
"One-dimensional arrays have specific instructions in the CIL that allow them
to be optimized for performance. Rectangular arrays do not have these
instructions...Because of this, it can sometimes be more efficient to use
jagged arrays..."
Does anyone know how these performance optimizations are implemented ?
Thanks,
Scott