perf: avoid discarded replay and scrollback splice results - #361
Open
onmax wants to merge 2 commits into
Open
Conversation
◈ PR Lens
Architecture 2 components touched across 3 lanes. Data flow
Drill down
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After their buffers fill, RPC replay and terminal scrollback discard an array returned by
spliceon each new chunk. Useshiftwhen exactly one entry must be removed. Keepsplicefor other overflows, including fractional replay windows and oversized supplied scrollback buffers.For each buffer, 10,000 writes with a 1,000-entry limit produce 9,000 discarded splice results before and 0 after. The retained entries, order, and buffer identity stay the same.
Run locally on Node 24.19.0 with Corepack. Each pair tests the same published package version with and without a committed package patch. The terminal fixture drives the real stream pump with a recording sink; it does not spawn a PTY.
Copy and run both comparisons