Commit 57263ee
committed
Use
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.links_and_reverse_links_dict in replace_tasks
1 parent 8c8488d commit 57263ee
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| |||
0 commit comments