I'm using javascript array to hold objects and in order to identify these objects I'm using their database id as their index. So this means there might be an array that has objects in index 1110 and 4520, but the other array elements are all empty.
Does this cause problems or waste memory? I might also consider using Prototype Hash.
Does this cause problems or waste memory? I might also consider using Prototype Hash.
