Skip to content

Conversation

@johnnyhchen
Copy link
Owner

UnionFindLib

types.h

  • added needBossData struct as data container for unionFindLib::insertDataNeedBoss parameters
  • redefined struct shortCircuitData to use

unionFindLib.h

  • updated functions to use uint64_t for vertexIDs

unionFindLib.C

  • updated functions to use uint64_t for vertexIDs

unionFindLib.ci

  • updated functions to use uint64_t for vertexIDs

MISC commenting for documentation on core union find lib API functions.

Note: I have temporarily commented out the ANCHOR_ALGO since it has not been tested after we updated the interface to use uint64_t for vertexIDs, though it is an improvement over the old algorithm currently compiled by default.

@johnnyhchen johnnyhchen self-assigned this Apr 11, 2023
@johnnyhchen
Copy link
Owner Author

@trquinn let me know what you think!

@johnnyhchen johnnyhchen changed the title MISC Changes and Fixes to UnionFindLib Updating UnionFindLib to use uint64_t as its VertexID Type Apr 11, 2023
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.

3 participants