implements and uses SubsetDependencyMapper
Before this commit, performing toposort over the outputs would result in an O(N^2)-space algorithm. This should have been O(N) algorithm which is achieved in this commit. See <https://github.com/inducer/pytato/pull/103#issuecomment-868014135>.
Loading
Please sign in to comment