Commit c9ccfc6
committed
Fix comparison of children in graph generation
Replace the URI comparison with pointer comparison, this removes all
allocations during the children comparison. The register already
guarantees that multiple URIs are not registered.
Change the ordering of the comparison first check the most likely
filter and do the set check last.
Signed-off-by: Derek McGowan <derek@mcg.dev>1 parent 6f6f966 commit c9ccfc6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments