dag-scheduler

Crates.iodag-scheduler
lib.rsdag-scheduler
version0.13.0
created_at2024-01-26 18:07:19.293778+00
updated_at2025-05-27 08:06:25.748669+00
descriptiona scheduler of dag computation graph
homepage
repository
max_upload_size
id1115786
size23,473
kethyin (keithyin)

documentation

README

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
Commit count: 0

cargo fmt