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

Remove union-find dependency #25

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Remove union-find dependency #25

merged 1 commit into from
Sep 29, 2024

Conversation

mbarbin
Copy link
Owner

@mbarbin mbarbin commented Sep 23, 2024

Due to the way we represent graphs in vcs, the "union-find paths" manipulated during subgraphs computation are always in compressed form. Thus, it is possible to use ordinary references rather than compressible union-find nodes.

This changes allows to remove the need for a union-find dependency, simplifying the dependency footprint of the project.

@mbarbin mbarbin merged commit 5fbdf1b into main Sep 29, 2024
5 checks passed
@mbarbin mbarbin deleted the rm-union-find branch September 29, 2024 12:52
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