luigi
luigi copied to clipboard
Optimized _partition_tasks function by reducing iterations over task_…
…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.