Athari / CsConsoleFormat

.NET C# library for advanced formatting of console output [Apache]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve performance using low-level operating system API

Athari opened this issue · comments

Look into using WriteConsoleOutput Windows API. Sample code on Stack Overflow: How can I write fast colored output to Console?

Similarly, writing ANSI escape sequences may be faster on *nix.