Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write plain text in chunks #56

Merged
merged 1 commit into from Sep 25, 2021
Merged

Write plain text in chunks #56

merged 1 commit into from Sep 25, 2021

Commits on Sep 21, 2021

  1. Write plain text in chunks

    Instead of writing each byte alone to the console, always write the
    full plain text up to the next escape sequence or until the write
    is finished.
    Doing so means more copying around of bytes, but improves write
    performance significantly.
    secDre4mer committed Sep 21, 2021
    Copy the full SHA
    39a0e9a View commit details
    Browse the repository at this point in the history