Skip to content

perf: optimize DSPLaunchDelegate OutputStream wrapper#1349

Merged
sebthom merged 1 commit intoeclipse-lsp4e:mainfrom
sebthom:debug-adapter
Oct 23, 2025
Merged

perf: optimize DSPLaunchDelegate OutputStream wrapper#1349
sebthom merged 1 commit intoeclipse-lsp4e:mainfrom
sebthom:debug-adapter

Conversation

@sebthom
Copy link
Copy Markdown
Member

@sebthom sebthom commented Oct 23, 2025

This PR implements the OutputStream.write(byte[] b, int off, int len) method for the anonymous inner OutputStream wrapper class to avoid excessive string allocations on each written byte.

This PR implements the `OutputStream.write(byte[] b, int off, int len)`
method for the anonymous inner OutputStream wrapper class to avoid
excessive string allocations on each written byte.
@sebthom sebthom merged commit 509dc6f into eclipse-lsp4e:main Oct 23, 2025
11 checks passed
@sebthom sebthom deleted the debug-adapter branch November 9, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants