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: remove extra ticks #4091

Closed
wants to merge 1 commit into from

Conversation

yaacovCR
Copy link
Contributor

consolidates some defer payloads

This is accomplished by replacing a promised result within a DeferredGroupedFieldSetRecord with the actual result as soon as possible, so that IncrementalPublisher doesn't wait an extra tick if it doesn't need to.

This same optimization can also be employed with StreamItemsRecords, but it is possible that the stream logic should be overall reworked.

consolidates some defer payloads
@yaacovCR yaacovCR requested a review from robrichard May 15, 2024 15:59
@yaacovCR yaacovCR added the PR: polish 💅 PR doesn't change public API or any observed behaviour label May 15, 2024
Copy link

netlify bot commented May 15, 2024

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
🔨 Latest commit 38df4ea
🔍 Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/6644dbdc55443800087ca288
😎 Deploy Preview https://deploy-preview-4091--compassionate-pike-271cb3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋

Supported commands

Please post this commands in separate comments and only one per comment:

  • @github-actions run-benchmark - Run benchmark comparing base and merge commits for this PR
  • @github-actions publish-pr-on-npm - Build package from this PR and publish it on NPM

@yaacovCR
Copy link
Contributor Author

This has been reworked and is now part of #4094

@yaacovCR yaacovCR closed this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: polish 💅 PR doesn't change public API or any observed behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant