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

Robust Graph Hashing #5

Open
mxhbl opened this issue Sep 5, 2024 · 1 comment
Open

Robust Graph Hashing #5

mxhbl opened this issue Sep 5, 2024 · 1 comment

Comments

@mxhbl
Copy link
Owner

mxhbl commented Sep 5, 2024

We currently use the base julia hash, which becomes very susceptible to collisions if used on graphs with more than 8192 vertices (see here).
See also discussion here.

We need to switch to a more robust hash, at least for large graphs.

@mxhbl
Copy link
Owner Author

mxhbl commented Sep 22, 2024

The main issue is fixed (#7). Leave this open until the collision behavior is investigated more carefully.

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