terminal/src/terminal
Chester Liu 6a37818c07
Defer _run substr operation in StateMachine::ProcessString (#10471)
Do not eagerly create run by substring to reduce the unnecessary overhead.

Switching from `.substr` to offset/length tracking saves us 7% CPU time.
2021-06-29 17:47:27 -05:00
..
adapter Allow trailing semicolon when parsing OSC 9;4 (#10024) 2021-05-05 18:12:55 +00:00
input Prefer constexpr over const across the codebase (#9587) 2021-03-29 16:03:16 +00:00
parser Defer _run substr operation in StateMachine::ProcessString (#10471) 2021-06-29 17:47:27 -05:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00