Azure / msccl-tools

MIT License
3 stars 5 forks source link

Fix perf issue #8

Closed Binyang2014 closed 3 months ago

Binyang2014 commented 3 months ago

Reduce DAG travel time complexity from O(n^2) to O(n). Since _complete_metadata needs to calculate depth, the time complexity is still O(n^2). Just removed unnecessary branches