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 a new, experimental variant of LookupResources as LookupResources2 #1905

Merged
merged 5 commits into from
Jul 24, 2024

Commits on Jul 12, 2024

  1. Implement a new, experimental variant of LookupResources as LookupRes…

    …ources2
    
    This implementation should be much faster for intersections, exclusions and caveats due to early tree shearing and check hints
    josephschorr committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    75ad751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c40f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Switch experimental LookupResources2 to request additional chunks of …

    …dispatched resources when checking those already received from another dispatch
    
    Adds some parallelism back into LR2
    josephschorr committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dedb1f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Re-engineer how check hints are handled to use protos for performance

    Also adds additional testing to ensure check hints are used in LR2
    josephschorr committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5147ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    d889495 View commit details
    Browse the repository at this point in the history