Skip to content

Optimized Dynamic Graphs #8

Description

@andrewCodeDev

Dynamic graphs are "possible" with metaphor, but there's more discussion to be had here.

One way to make "dynamic graphs" is to store small static graphs as a lookup. This is a hypothetical workaround but I don't have an empirical example of this.

Another is to audit individual node destruction and decide what needs to happen to the dependency graph. This makes an optimizing graph's job harder because destroying a node that is depended on downstream corrupts the execution sequence.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions