• Ricardo Vieira's avatar
    Faster graph traversal functions · 066307f0
    Ricardo Vieira 提交于
    * Avoid reversing inputs as we traverse graph
    * Simplify io_toposort without ordering (and refactor into its own function)
    * Removes client side-effect on previous toposort functions
    * Remove duplicated logic across methods
    066307f0
test_fg.py 23.9 KB