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

Make use of Guid for Vertex comparision #13

Open
2 tasks
mfe- opened this issue Apr 25, 2020 · 1 comment
Open
2 tasks

Make use of Guid for Vertex comparision #13

mfe- opened this issue Apr 25, 2020 · 1 comment

Comments

@mfe-
Copy link
Owner

mfe- commented Apr 25, 2020

  • Define or extend interface of IVertex which makes it possible to use the internal Guid for comparision of vertex1 and vertex2; Possible candidate IComparable<Guid> or IEquatable<IntPtr>
  • Adjust algo.
@mfe- mfe- mentioned this issue Apr 25, 2020
3 tasks
@mfe-
Copy link
Owner Author

mfe- commented Apr 25, 2020

This issue is also realted to Too many collisions with <250000 edges when comparing with Edge.GetHashCode for transposed #9

mfe- added a commit that referenced this issue May 2, 2020
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