Athari/CsConsoleFormat

Improve performance using low-level operating system API

Opened this issue · 0 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.