-  
-   Notifications  You must be signed in to change notification settings 
- Fork 19.2k
Closed
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesPerformanceMemory or execution speed performanceMemory or execution speed performance
Milestone
Description
Follow-up on #14551
When searchsorted is used (eg as labels.searchsorted(loc)), it is important that loc is first cast to the same dtype as labels for performance reasons.
PR #14551 fixed one such example, but further actions:
- check the other usages of searchsortedfor this pattern
- add benchmarks to track the improvement
Metadata
Metadata
Assignees
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesPerformanceMemory or execution speed performanceMemory or execution speed performance