Fix performance issue of build command by adding bulk-read variant of InputStream.read() by s-webb · Pull Request #359 · docker-java/docker-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@s-webb

Copy link

@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

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@s-webb @marcuslinke