Skip to content

Speed-up through graph caching #4

Open
@sebhoerl

Description

We could probably speed up the algorithm quite a bit by caching graph information. We need to think about how to do that. Basically, we would check whether a certain edge is still valid, and then delete the ones that are not valid anymore. On the other hand, it might happen that edges that were previously invalid, become valid now, so actually we would still need to check all possible combinations. But maybe if we do not do this check, then this can be seen as a speed-up heuristic.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions