When you start with an empty array and grow it one element at a time with 
push!, does the underlying array memory block get copied & expanded by one 
or in larger chunks (like ArrayList in Java)?

Reply via email to