[PR #15499] Add an ASCII fast-pass to ROW #30656

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

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

State: closed
Merged: Yes


Performance of printing enwik8.txt at the following block sizes:
4KiB (printf): 78MB/s -> 93MB/s
128KiB (cat): 117MB/s -> 156MB/s

The change itself is rather self-explanatory.
A tighter, simpler loop runs faster.

Validation Steps Performed

Mixed ASCII/Unicode text output looks generally correct.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15499 **State:** closed **Merged:** Yes --- Performance of printing enwik8.txt at the following block sizes: 4KiB (printf): 78MB/s -> 93MB/s 128KiB (cat): 117MB/s -> 156MB/s The change itself is rather self-explanatory. A tighter, simpler loop runs faster. ## Validation Steps Performed Mixed ASCII/Unicode text output looks generally correct. ✅
claunia added the pull-request label 2026-01-31 09:42:08 +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#30656