On Friday, December 19, 2014 10:34:32 AM John Drummond wrote:
> And will increasing the size beyond the maximum always copy the whole array?

Yes, because Arrays are required to be contiguous. But if you don't need that,
https://github.com/tanmaykm/ChainedVectors.jl
might be of some interest to you.

--Tim

Reply via email to