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
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.
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12.0
Enhancement Description
QuotedQualityCSV
andQuoteCSVParser
make use ofStringBuffer
even though it is only accessed from a single thread. Consider replacing this withStringBuilder
for performance reasons.Other classes might also benefit from a similar change.
The text was updated successfully, but these errors were encountered: