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

Improve AppendableWriter performance #1706

Merged
merged 3 commits into from Jul 31, 2022

Commits on May 23, 2020

  1. Improve AppendableWriter performance

    Override methods which by default create char arrays or convert
    CharSequences to Strings.
    This is not necessary for AppendableWriter because it can directly
    append these values to the Appendable delegate.
    Marcono1234 committed May 23, 2020
    Copy the full SHA
    4fef636 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Copy the full SHA
    0e75e17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d2ec70b View commit details
    Browse the repository at this point in the history