Skip to content

PERF: additonal GIL releasing #10213

Closed
Closed
@jreback

Description

@jreback

after #10199 (all of the groupbys)
these require slightly different templates as the object cannot have the with nogil:. These are all in pandas/src/generate_code.py

- [ ] groupby_count
- [ ] is_monotonic

  • take_1d
  • take_2d
  • take_2d_multi
  • pad
  • backfill
  • diff
  • join_indexer (outer/inner/left)

in algos.pyx

  • kthsmallest/kthlargest
  • group_median
  • roll_*
  • drop_duplicates machinery
  • nancorr

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closing CandidateMay be closeable, needs more eyeballsPerformanceMemory or execution speed performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions