Skip to content
GitLab
Explore
Sign in
Register
ENH: Avoid extra allocations on assignment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Harald Scheirich
requested to merge
fix/array-copy
into
master
Jun 09, 2022
Overview
20
Commits
3
Pipelines
4
Changes
8
Expand
We only allocate now if the capacity of the target vector is smaller than the size of the source
Merge request reports