mmstan commented on PR #473: URL: https://github.com/apache/commons-csv/pull/473#issuecomment-2343231564
@garydgregory @ppkarwasz I checked the proposal without BufferedReader and I extended the ExtendedBufferedReader from Reader. Unfortunately this solution is still slower as before in my use case. And the UT failed because mark() and reset() are not implemented in ExtendedBufferedReader and Reader. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
