Skip to content

Use pointer to Bounded Array instead of ArrayList #47

@gballet

Description

@gballet

In #43 we decided to merge the PR in spite of its design issues, and the fact it wasn't future-proof.

What should be done:

  • Use *BoundedArray instead
  • Offer an ArrayList-backed List type for when the size of the object is too large and pre-allocating everything is too costly. This should eventually be deprecated.
  • Convert ArrayList to whatever replaces it in 0.15.1

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions