Skip to content

Find and replace uses of unbounded array growth with growInRange #12941

@stefanvodita

Description

@stefanvodita

Description

#12844 introduced upper bounds to array growth to avoid overallocation in cases where we can determine a bound.
This task is to go through uses of the grow API, identify other cases where we know the upper bound, and replace with growInRange.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions