Skip to content

Fix performance issue of build command by adding bulk-read variant of InputStream.read()#359

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
s-webb:master
Nov 6, 2015
Merged

Fix performance issue of build command by adding bulk-read variant of InputStream.read()#359
marcuslinke merged 1 commit intodocker-java:masterfrom
s-webb:master

Conversation

@s-webb
Copy link
Copy Markdown

@s-webb s-webb commented Nov 5, 2015

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.
@marcuslinke marcuslinke merged commit 1584e0d into docker-java:master Nov 6, 2015
@marcuslinke
Copy link
Copy Markdown
Contributor

Thanks for contribution!

@marcuslinke 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() Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants