Description of the new feature
I've developed a program that needs to output roughly 84 bytes of data within 1ms. This demand can be fulfilled on terminals like Alacritty, but with Windows Terminal, it considerably hampers the program's performance. Hence, I've raised this issue in hopes of making Windows Terminal's output a bit speedier.
Proposed technical implementation details
I believe that upon receiving output information, it ought not to be rendered immediately; instead, it should be directly placed into the buffer, and the text should subsequently be rendered onto the screen during idle periods.
Description of the new feature
I've developed a program that needs to output roughly 84 bytes of data within 1ms. This demand can be fulfilled on terminals like Alacritty, but with Windows Terminal, it considerably hampers the program's performance. Hence, I've raised this issue in hopes of making Windows Terminal's output a bit speedier.
Proposed technical implementation details
I believe that upon receiving output information, it ought not to be rendered immediately; instead, it should be directly placed into the buffer, and the text should subsequently be rendered onto the screen during idle periods.