Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ontological typing uses an unperformant algorithm #182

Open
liamhuber opened this issue Apr 5, 2023 · 0 comments
Open

Ontological typing uses an unperformant algorithm #182

liamhuber opened this issue Apr 5, 2023 · 0 comments

Comments

@liamhuber
Copy link
Member

Fundamentally, we need to check the actual realized workflow graphs against the tree of available ontological graphs. Right now each port does this in the most naive way:

  • Generate all possible workflows for the ontology, and check my graph.
  • Repeat for each node in my tree.

This is only updated when new connections are made, but still. With graphs the size of the examples the delay is not particularly cumbersome, but the scaling is not good and a more intelligent comparison of the two trees will be needed in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant