You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Overload for this situation? Happy to put together a PR if there's agreement this is helpful.
The text was updated successfully, but these errors were encountered: