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

Replace StringBuffer with StringBuilder #11401

Closed
cowwoc opened this issue Feb 13, 2024 · 0 comments · Fixed by #11406
Closed

Replace StringBuffer with StringBuilder #11401

cowwoc opened this issue Feb 13, 2024 · 0 comments · Fixed by #11406

Comments

@cowwoc
Copy link
Contributor

cowwoc commented Feb 13, 2024

Jetty version(s)
12.0

Enhancement Description
QuotedQualityCSV and QuoteCSVParser make use of StringBuffer even though it is only accessed from a single thread. Consider replacing this with StringBuilder for performance reasons.

Other classes might also benefit from a similar change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant