Hi all,
I am a point in a project where I can create arrays to hold data, or create collections. Either way I will be creating 6, and each one will need to hold up to 2000 items.
Arrays are no problem here, but I am wondering if anyone has worked with collections that contain thousands of items. Any performance issues? Any memory considerations? I believe arrays and collections are both stored the same way in RAM.
Thanks,
Ken B
I am a point in a project where I can create arrays to hold data, or create collections. Either way I will be creating 6, and each one will need to hold up to 2000 items.
Arrays are no problem here, but I am wondering if anyone has worked with collections that contain thousands of items. Any performance issues? Any memory considerations? I believe arrays and collections are both stored the same way in RAM.
Thanks,
Ken B