mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
8cf0a8ca9c
In the case of highly-connected graphs, the TransitiveReduction process was far too computationally intensive. Since no operations are applied to the nodes, and the walk order is not even user visible, we don't need to sort them n^2 times. |
||
---|---|---|
.. | ||
dag_test.go | ||
dag.go | ||
dot_test.go | ||
dot.go | ||
edge_test.go | ||
edge.go | ||
graph_test.go | ||
graph.go | ||
marshal_test.go | ||
marshal.go | ||
set_test.go | ||
set.go | ||
tarjan_test.go | ||
tarjan.go | ||
walk_test.go | ||
walk.go |