parallax v1.0.0 Parallax.Graph
Repesents a graph of parallizable operations. Parallax.Executable
will topsort it from root, and
parallize where possible
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
add_node(seq, name, op, requirement)
Link to this function
compile(graph)
Sequence the parallel operation by:
- Generating the max level in the dependency tree for each operation
- Group the operations by that level
- Executing each level in parallel, in sorted order