luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Optimized _partition_tasks function by reducing iterations over task_…

Open arjun-234 opened this issue 2 years ago • 0 comments

…history

Description

Refactored the _partition_tasks function in execution_summary.py to improve performance. The function now iterates over task_history only once, reducing the computational complexity and enhancing the speed of task partitioning.

arjun-234 avatar Nov 16 '23 12:11 arjun-234