-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
PerformanceMemory 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
PerformanceMemory or execution speed performanceMemory or execution speed performanceReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode