RFR: 8272297: FileInputStream should override transferTo() for better performance [v4]
Brian Burkhalter
bpb at openjdk.java.net
Fri Aug 13 19:20:48 UTC 2021
> Please consider this request to add an override `java.io.FileInputStream.transferTo(OutputStream)` with improved performance if the parameter is a `FileOutputStream`.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8272297: Remove unneeded check of position and couunt
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5097/files
- new: https://git.openjdk.java.net/jdk/pull/5097/files/796248e7..3e575ba2
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5097&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5097&range=02-03
Stats: 8 lines in 1 file changed: 0 ins; 3 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/5097.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5097/head:pull/5097
PR: https://git.openjdk.java.net/jdk/pull/5097
More information about the core-libs-dev
mailing list