Skip to content

Epic: List unification #8825

Description

@robert3005

All lists should be lists. Distinction between FixedSizedList and List was a mistake.

Goal

For certain operations it's more efficient to convert FixedSizedList to a ListView, however, because of dtypes we cannot do it right now. FixedSizedList is just a bit of metadata that shouldn't preclude us from doing these optimisations. By removing FixedSizedList dtype and instead looking at the physical encoding information we would be able to achieve it.

This is particularly painful right now in take operations where we would like all types to be freely reorderable but FixedSizedList requires copying all values in order to do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    epicPublic roadmap umbrella for a major initiative, with work tracked in sub-issues.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions