[Mono-list] Array.GetEnumerator()

Nick Drochak ndrochak@gol.com
Sat, 9 Mar 2002 08:42:41 +0900


| Rather than having two different implementations for one- and 
| multi- dimensional arrays, I'd prefer having one 
| implementation for both.
| 

I'll write the other one and see how much overhead is in there to handle
the dimensions. My feeling is that it will be significant and for
performance reasons we may be better off with two different enumerators.

However, we'll have to profile, right? :)

Nick D.