Commit 91c7b11
committed
WIP/REFACT(net): part 3 of new dag-solver & pin refactoring
- WIP: STILL buggy PIN on PARALLEL, 2 TCs FAIL!
+ move check if value in asked outputs before cache-evicting it
in build-execution-plan time - compute methods
don't need outputs anymore.
+ test: speed up parallel/multihtread TCs
by reducing delays & repetitions.
+ refact: network rightfully adopted stray functions
for parallel processing - they all worke on the net.graph,
+ upd: networkx api by indexing on `dag.nodes` views.
+ enh: add log message when deleting in parallel
(in par with sequential code).
+ refact: var-renames, if-then-else simplifications, pythonisms.
+ doc: A lot!1 parent 0dc1293 commit 91c7b11
2 files changed
Lines changed: 242 additions & 166 deletions
0 commit comments