I
Ian Mooney
My application uses a collection class to hold around 5000 objects. It
takes around 2 minutes to load these into the collection which seems to me
to be far too long. The same code process with the collection.ADD method
REMed out takes about 12 seconds. I've also compiled with the .ADD not
inserting an INDEX value think it might be the cause of the delay but there
is almost no noticeable difference. I guess it's all due to memory allocs -
but is this normal?
takes around 2 minutes to load these into the collection which seems to me
to be far too long. The same code process with the collection.ADD method
REMed out takes about 12 seconds. I've also compiled with the .ADD not
inserting an INDEX value think it might be the cause of the delay but there
is almost no noticeable difference. I guess it's all due to memory allocs -
but is this normal?