mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Skip WindowsConsole StringBuilder append ANSI escape sequence intermediate string allocations Appending InterpolatedStringHandler directly to StringBuilder skips the formatting related intermediate string allocation. This should also be usable in other console implementation but currently I have no WSL etc. setup to actually verify correct functionality. * Add CSI_Set* and CSI_Append* comparison benchmark * Clean up CSI_SetVsAppend benchmark * Change benchmark names to match the method group