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

[OTHER] Refactor FlatGraph #224

Open
aturker-synnada opened this issue Mar 6, 2025 · 0 comments · May be fixed by #225
Open

[OTHER] Refactor FlatGraph #224

aturker-synnada opened this issue Mar 6, 2025 · 0 comments · May be fixed by #225

Comments

@aturker-synnada
Copy link
Collaborator

Summary

The current implementation of FlatGraph uses a nested structure with separate Node and GConnection classes, creating unnecessary complexity and indirection. This makes the code harder to understand, maintain, and debug. It also impacts performance.

Context

Current FlatGraph implementation has drawbacks:

  • More difficult to debug and understand the code flow
  • Reduced performance for large graphs
  • Extra complexity in the graph traversal code
@aturker-synnada aturker-synnada linked a pull request Mar 6, 2025 that will close this issue
4 tasks
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

Successfully merging a pull request may close this issue.

1 participant