Fix performance issue of build command by adding bulk-read variant of InputStream.read() by s-webb · Pull Request #359 · docker-java/docker-java
Navigation Menu
{{ message }}
docker-java / docker-java Public
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
Nov 6, 2015Merged
Conversation
Copy link
s-webb
commented
Nov 5, 2015
s-webb
commented
inner class created by Dockerfile.ScannedResult.buildDockerFolderTar().
This fixes an IO performance issue that occurs when only the single-byte
variant of the read() method on InputStream is overriden.
inner class created by Dockerfile.ScannedResult.buildDockerFolderTar(). This fixes an IO performance issue that occurs when only the single-byte variant of the read() method on InputStream is overriden.
s-webb
mentioned this pull request
marcuslinke
merged commit
1584e0d
into
docker-java:master
Copy link
Contributor
marcuslinke
commented
Nov 6, 2015
marcuslinke commented
Nov 6, 2015Thanks for contribution!
marcuslinke
changed the title
Added override for bulk-read variant of InputStream.read() in anonymous
Fix performance issue of build command by adding bulk-read variant of InputStream.read()
marcuslinke
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment