Skip to content

Commit

Permalink
WIP/REFACT(net): part 3 of new dag-solver & pin refactoring
Browse files Browse the repository at this point in the history
- 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!
  • Loading branch information
ankostis committed Oct 4, 2019
1 parent 0dc1293 commit 91c7b11
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 166 deletions.
Loading

0 comments on commit 91c7b11

Please sign in to comment.