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

incremental: lazily create DeferredFragments #4153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 21, 2024

  1. polish(incremental): lazily create DeferredFragments

    goal:
    
    avoid creating or passing around the deferMap
    
    methodology:
    
    each DeferredFragmentRecord will be unique for a given deferUsage and creationPath
    - we annotate the deferUsage with a "depth" property representing the path length in the response for wherever this defer is delivered.
    - from a given execution group path, we can derive the path for the deferredFragment for a given deferUsage by "rewinding" the execution group path to the depth annotated on the given deferUsage
    yaacovCR committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    60f92c0 View commit details
    Browse the repository at this point in the history