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

Implement the USHORT, 16-bit assigned table data support. #43

Merged
merged 4 commits into from
Jan 18, 2023

Commits on Jan 18, 2023

  1. Relocate GraphShouldWeContinueTryingToSolve() to top of file.

    And call it directly instead of going through the vtbl.  Profiling
    showed that this indirection was unecessary overhead.
    tpn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ea4d92d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1f91b View commit details
    Browse the repository at this point in the history
  3. Add --Quiet to ExtractArg.

    tpn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4c716f1 View commit details
    Browse the repository at this point in the history
  4. Implement support for USHORT, 16-bit assigned table data routines.

    This offers significant (up to 50%) performance improvements to graph
    solving.
    tpn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9ad026f View commit details
    Browse the repository at this point in the history