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

Connected Components of Duplicates #7

Open
ryanwebster90 opened this issue Mar 24, 2023 · 0 comments
Open

Connected Components of Duplicates #7

ryanwebster90 opened this issue Mar 24, 2023 · 0 comments

Comments

@ryanwebster90
Copy link
Owner

We have re-computed the set of duplicates and stored the adjacency matrix of duplication. I.e. $A[j,k] = A[k,j] = 1$ for duplicates detected by our algo and 0 elsewhere. We'd like to compute the connected components on this graph, but standard libraries do not support disk mapping, and crash after consuming all available RAM. We have now implemented a fast version of the FastSV algorithm, are currently working on a memory mapped version, and after that, we'll have the connected components over the entire 2B set.

In the meanwhile, we have a very approximate set of connected components, see the readme.

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

No branches or pull requests

1 participant