2003-04-27

Iteration Performance in .NET

In a response to Trevor Misfeldt's article on iteration performance Don Box notes in item #3:

"The DataEnumerator type should have been sealed and probably should have been a value type (struct)."

I could follow (with a little help from Kirk Evans) the previous points, but why should the DataEnumerator should have been a ValueType?

0 Comments:

Post a Comment

<< Home