Skip to content

Refactor collections::List<T> to avoid using managed boxes #12620

Closed
@brunoabinader

Description

@brunoabinader

After closing #12344, we should think about the best strategy for replacing usage of managed boxes inside List<T>. @alexcrichton, @bill-myers and @eddyb provided good hints on how we should implement List<T> internally (i.e. instead of using an enum, use a struct-based approach with 'head' and 'tail').

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