Time cost to get sorted_tasks #4214
Answered
by
jcrist
zhqu1148980644
asked this question in
Q&A
-
prefect/src/prefect/core/flow.py Line 879 in 849c903 Why not use the usual way to get the sorting ? |
Beta Was this translation helpful? Give feedback.
Answered by
jcrist
Mar 5, 2021
Replies: 1 comment 1 reply
-
Are you having a performance issue with this? We do perform a topological sort here (although there's a few opportunities for perf improvements if needed). If performance isn't an issue, I'm reluctant to change anything here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zhqu1148980644
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you having a performance issue with this? We do perform a topological sort here (although there's a few opportunities for perf improvements if needed). If performance isn't an issue, I'm reluctant to change anything here.