Hello,

My application uses the standard VB6 Collection class heavily.
There are about 10 collections containing typically 50 elements for some and 500 elements for others.
I think that at least 50% of the CPU time is spent accessing these collections.
I would be interrested to speed up the application, and I would like to consider the use of some replacement for the standard Collection class.

Where could I find some replacement?
What would be the advantages of the replacements?
Is there some hope to speed up the use of Collections? (or should I better try optimize the other 50% CPU activity)