Skip to content

Evaluate using WeakSet for reference tracking #55631

Open
@phofl

Description

@phofl

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

We are using an exponential backoff at the moment to improve performance. We should evaluate the use of a WeakSet. A know problem is the slowdown of the DataFrame constructor when using a WeakSet for zero copy ops.

Feature Description

Use WeakSet

Alternative Solutions

Current implementation

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions