You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling Console.Write for every line seems to be unoptimal compared to writing one big block of text. Probably caused by too much interop. See #21 (comment).
Optimize number of API calls in ConsoleRenderTarget for specific cases, like lack of color formating in the document or disabled formatting like discussed in #22.
Optimizations from #11 should make that unnecessary for modern platforms, but generic fallback console writing should be fast too.
The text was updated successfully, but these errors were encountered:
Calling
Console.Write
for every line seems to be unoptimal compared to writing one big block of text. Probably caused by too much interop. See #21 (comment).Optimize number of API calls in
ConsoleRenderTarget
for specific cases, like lack of color formating in the document or disabled formatting like discussed in #22.Optimizations from #11 should make that unnecessary for modern platforms, but generic fallback console writing should be fast too.
The text was updated successfully, but these errors were encountered: