Skip to content

ENH: Avoid extra allocations on assignment

Harald Scheirich requested to merge fix/array-copy into master

We only allocate now if the capacity of the target vector is smaller than the size of the source

Merge request reports