You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use links_and_reverse_links_dict in replace_tasks (#824)
In b713497 we added a function to get
both `links_dict` and `reverse_links_dict` in one go, avoiding iterating
over the graph twice to build those. That function also benefits from
being cached. I'm not expecting a big change in performance here but we
might as well.
0 commit comments