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

fix(federation): avoid constantly recomputing conditions #6326

Merged
merged 1 commit into from
Nov 25, 2024

Commits on Nov 22, 2024

  1. fix(federation): avoid constantly recomputing conditions

    While I was working on #6325, I figured I might as well tackle this
    related issue quickly.
    
    Certain graph and query shapes cause the `FetchSelectionSet::conditions`
    to be recomputed very, very frequently. Now, they are only recomputed
    when required.
    
    On most plans there is no noteworthy difference.
    
    When `OnceLock::get_or_try_init` is stabilised, this will be easier :)
    
    <!-- [ROUTER-484] -->
    goto-bus-stop committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    69213d7 View commit details
    Browse the repository at this point in the history