dag-scheduler 0.12.0

a scheduler of dag computation graph
Documentation

a scheduler of dag computation graph.

  • dag scheduler and nodes. each node of a dag graph will launch multi threads for computation.
    • src/scheduler.rs
    • scr/nodes.rs
  • pipline scheduler and nodes. num of nodes means num of threads in pipeline
    • pipeline/ppl_scheduler.rs
    • pipeline/ppl_node.rs