-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsPerformanceMemory or execution speed performanceMemory or execution speed performanceReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Description
I think that the title says it all. The pd.merge
function can be compute intensive and can benefit (I think) from parallel computing.
It does not appear to currently release the GIL. I can easily push my CPU to 100% but no higher when performing parallel joins.
sinhrks, maxu777 and summerela
Metadata
Metadata
Assignees
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsPerformanceMemory or execution speed performanceMemory or execution speed performanceReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode