garydgregory commented on pull request #118: URL: https://github.com/apache/commons-io/pull/118#issuecomment-753328011
> @garydgregory > got it. > new added class renamed as: > > org.apache.commons.io.input.buffer.UnsyncBufferedInputStream > org.apache.commons.io.input.buffer.UnsyncBufferedReader > org.apache.commons.io.input.buffer.LineEndUnifiedBufferedReader The Java folks make it sounds like these are superfluous in https://bugs.openjdk.java.net/browse/JDK-4097272, so I think we need to see a performance test that shows there is a clear performance benefit to adding those as valuable on their own. Perhaps our addition of `UnsynchronizedByteArrayInputStream` was a mistake. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
