Skip to content

Avoid rebuilding the edge set on every edge insertion - #26

Open
borisaraujo wants to merge 1 commit into
developfrom
issue/callgraph-traversal
Open

Avoid rebuilding the edge set on every edge insertion#26
borisaraujo wants to merge 1 commit into
developfrom
issue/callgraph-traversal

Conversation

@borisaraujo

Copy link
Copy Markdown

The underlying graph library already tracks edge identity, and insertion into a set is idempotent: no need to manually check whether an edge already exists before adding it.

… graph library already tracks edge identity, and insertion into a set is idempotent: no need to manually check whether an edge already exists before adding it.
@borisaraujo
borisaraujo requested a review from rbonifacio August 17, 2026 19:14
@borisaraujo borisaraujo self-assigned this Aug 19, 2026
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 this pull request may close these issues.

1 participant