[PR #10923] Remove std::deque from Renderer #28312

Open
opened 2026-01-31 09:27:42 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10923

State: closed
Merged: Yes


This commit improves the renderer classes by:

  • reducing binary size by 4kB
  • improving performance by 5%
  • reducing code complexity

References

  • #10563 -- vtebench tracking issue

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • Ran vtebench/termbench and noted ~5% perf. improvements
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10923 **State:** closed **Merged:** Yes --- This commit improves the renderer classes by: * reducing binary size by 4kB * improving performance by 5% * reducing code complexity ## References * #10563 -- vtebench tracking issue ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * Ran vtebench/termbench and noted ~5% perf. improvements
claunia added the pull-request label 2026-01-31 09:27:42 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28312