Skip to content

Implement BINARY_SUBSCR specialization "family" for PEP 659 adaptive interpreter #59

@markshannon

Description

@markshannon

Immediately obvious specializations are:
list[int]
tuple[int]
dict[any]

Binary subscript is not that common, so this might be marginal, but it is worth investigating.
Specialization of third-party classes, specifically numpy arrays, is also worth thinking about.

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