Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3/s3manager: Buffer parts with io.SectionReader when possible #250

Merged
merged 1 commit into from
May 28, 2015

Conversation

lsegal
Copy link
Contributor

@lsegal lsegal commented May 28, 2015

Improves memory consumption on io.ReaderAt streams (files, in memory
buffers) by avoiding creation of individual byte buffers.

Increasing concurrency threshold for seekable streams will no longer
impact memory usage.

Fixes #232

Improves memory consumption on io.ReaderAt streams (files, in memory
buffers) by avoiding creation of individual byte buffers.

Increasing concurrency threshold for seekable streams will no longer
impact memory usage.

Fixes #232
@jasdel
Copy link
Contributor

jasdel commented May 28, 2015

LGTM

jasdel added a commit that referenced this pull request May 28, 2015
s3/s3manager: Buffer parts with io.SectionReader when possible
@jasdel jasdel merged commit 9bc7456 into master May 28, 2015
@lsegal lsegal deleted the s3manager/section-reader branch June 1, 2015 15:12
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.

s3manager should be able to upload files without buffering the contents
2 participants