This is also fine for any long-running processes and servers where the "vector" in question is not expected to shrink its allocation, which I would guess is the main use of vectors. Shrinking a vector's allocation is a niche use, with some finicky APIs, that most programmers never needed or touched.
simiones|1 year ago
unknown|1 year ago
[deleted]
account42|1 year ago
Most programmers may not have touched those APIs but that doesn't mean that they didn't have a need for them.