modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.91k stars 653 forks source link

FEAT-#7368: Add a new environment variable for using dynamic partitioning #7369

Closed Retribution98 closed 3 months ago

Retribution98 commented 3 months ago

The use of Dynamic-partitioning depends on various factors such as data size, number of CPUs, operations performed, and it is up to the user to determine whether Dynamic-partitioning will give a boost in his case or not.

Performance results for abs:

32 CPUS ![image](https://github.com/user-attachments/assets/5e501432-dbb9-4960-aa94-85241d9b2e71)
112 CPUS ![image](https://github.com/user-attachments/assets/d804d3ed-c156-4c98-b8d4-124121108db5)