Why aren't arrays expandable?

Posted by Mustafa on Stack Overflow See other posts from Stack Overflow or by Mustafa
Published on 2010-05-10T18:14:06Z Indexed on 2010/05/10 18:24 UTC
Read the original article Hit count: 263

Filed under:
|
|

When we create an array, we cannot change its size; it's fixed. OK, seems nice, we can create a new bigger array and copy the values one by one and that's little slow. What's the technical background of it?

© Stack Overflow or respective owner

Related posts about arrays

Related posts about size