orca/src
Neil 83af12dc3e
[P2] perf(relay): stop re-encoding frames to size PTY chunks (#11620)
* perf(relay): stop re-encoding frames to size PTY chunks

maxLegacyPtyDataChars now sizes the full candidate once (the common case)
and falls back to a binary search over an exact cheap byte formula instead
of fully encoding the frame at every probe. Publish paths thread their
already-computed frame estimate into enqueueFrame so each PTY publish
encodes the message once for admission instead of twice.

Co-authored-by: Orca <help@stably.ai>

* fix(relay): preserve dispatcher frame guards

---------

Co-authored-by: Orca <help@stably.ai>
2026-07-30 17:48:07 -07:00
..
cli feat(cli): add `orca account add` / `account list` for headless hosts (Claude + Codex) (#9177) 2026-07-30 12:50:07 -07:00
main fix(daemon): preserve audit evidence polarity (#11626) 2026-07-30 17:07:40 -07:00
preload fix(browser): scope Cmd/Ctrl+F find to the focused split (#11348) (#11351) 2026-07-30 14:17:26 -07:00
relay [P2] perf(relay): stop re-encoding frames to size PTY chunks (#11620) 2026-07-30 17:48:07 -07:00
renderer fix(editor): drop the unreachable uppercase .R extension key (#11322) 2026-07-30 17:16:41 -07:00
shared fix(daemon): preserve audit evidence polarity (#11626) 2026-07-30 17:07:40 -07:00
types