Re: Framework 2.0 array redim unsatisfactory performance



Jay,

I just noticed something I thought was interesting and decided to write
about it, thinking that someone migrating from VB 6.0 may experience this
issue, regardless of what the root cause is and whether these environments
should be compared or not.

As I said, the only reason why I tried "array redim" was because I was
hoping to be nicely surprised - and I was not.

What I am looking for is dynamic data structure which has the least memory
overhead.
It seems like at some point I will have to develop my own. But that is OK,
it by no means diminish the value of .Net Framework.

To check process memory utilization I use:
Process.GetCurrentProcess().WorkingSet64

Peace,
Tomasz


.