It is sometimes that case I'm constructing a VectorOfArrays and I know what size the backing array will be as well as the number of arrays they will constitute. Would it be useful to add a:
function Base.sizehint!(A::VectorOfArrays{T,N}, n, s::Int) where {T,N}
Overload for this situation? Happy to put together a PR if there's agreement this is helpful.