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

feat(ir): add graph delegate and iterators #389

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

glencoe
Copy link
Contributor

@glencoe glencoe commented Nov 6, 2024

This data structure and its iterators shall reduce complexity
for more advanced graph data structures. It manages nodes/edges
and we can implement different traversals etc. for it.
More advanced graphs can then delegate these operations to the
easier to test delegate.

Please let me know if the term delegate makes sense for you here.

This data structure and its iterators shall reduce complexity
for more advanced graph data structures. It manages nodes/edges
and we can implement different traversals etc. for it.
More advanced graphs can then delegate these operations to the
easier to test delegate.
@glencoe glencoe self-assigned this Nov 6, 2024
@glencoe glencoe added the enhancement New feature or request label Nov 6, 2024
This data structure and its iterators shall reduce complexity
for more advanced graph data structures. It manages nodes/edges
and we can implement different traversals etc. for it.
More advanced graphs can then delegate these operations to the
easier to test delegate.
@glencoe glencoe merged commit 07f5160 into develop Nov 19, 2024
2 checks passed
@glencoe glencoe deleted the 388-add-humble-base-graph-and-iterators branch November 19, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants