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
Add array type ContiguousUnitRanges or so that wraps an elem_ptr vector and presents it as a vector of ranges. Allow VectorOfArrays to use arbitrary vectors of unit-ranges as partition vector. Using ContiguousUnitRanges will then result in a memory- and performance-optimized instance with immutable elements lengths.
The text was updated successfully, but these errors were encountered:
Add array type
ContiguousUnitRanges
or so that wraps an elem_ptr vector and presents it as a vector of ranges. AllowVectorOfArrays
to use arbitrary vectors of unit-ranges as partition vector. UsingContiguousUnitRanges
will then result in a memory- and performance-optimized instance with immutable elements lengths.The text was updated successfully, but these errors were encountered: