Well, from 1st principles there is no scheduler. T...
# development
e
Well, from 1st principles there is no scheduler. The name in the codebase is a misnomer. Since the graph is formed from data dependencies the only freedom in scheduling when there are multiple data dependencies for a given node. I'm pretty sure there is nothing fancy at all being done at that level yet, so just naive graph reduction. An OS is totally different since there are ~no explicit dependencies to use to constrain scheduling.
👍 1