Skip to content

PERF: Avoid MultiIndex conversion for IntervalIndex methods #24813

Closed
@jschendel

Description

@jschendel

There are a few IntervalIndex methods that convert to a MultiIndex as an intermediate step, and then use the associated MultiIndex method to compute the result. This likely introduces overhead that could be avoided via a more direct IntervalIndex implementation.

Methods that currently require a MultiIndex conversion:

Metadata

Metadata

Assignees

No one assigned

    Labels

    IntervalInterval data typeMaster TrackerHigh level tracker for similar issuesPerformanceMemory or execution speed performancesetopsunion, intersection, difference, symmetric_difference

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions