Closed yaacovCR closed 6 months ago
Name | Link |
---|---|
Latest commit | 9ba1510d26666dc45f1e68e472fb1a66e674f682 |
Latest deploy log | https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/663c382587b6b70008b12df2 |
Deploy Preview | https://deploy-preview-4053--compassionate-pike-271cb3.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋
After offline discussion with @robrichard i am closing this one for now as not worth the extra slight performance bump
by our very synthetic benchmarks, in the very long synchronous list case we’re already faster than the first 17 alpha release and in the asynchronous case we’re still slower either way secondary to incremental delivery, so the small difference from this PR doesn’t really change our performance story overall
in the short term, but not immediate future we can think about #4043 as the real path away from the performance penalty involved with incremental delivery
although the current plan is not to proceed with that immediately as during the pre-and presumably immediate post release. After incremental delivery, there is significant value in having our reference and limitation be more aligned with the specification changes.
by hoisting streamUsage checks out of the loop, requires introducing two versions of the looping functions
depends on #4052