in reply to Processing arrays with elements of different size

Storing a single huge string in an array does not negatively influence processing efficiency of the whole array, i.e. the other elements — if that's what you're thinking of. This is because what you store in one element does not influence the size of the other elements or the way they would be accessed internally.

  • Comment on Re: Processing arrays with elements of different size