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

Use memory mapped files for streaming uploads #19635

Merged
merged 10 commits into from
Dec 5, 2022

Conversation

jhendrixMSFT
Copy link
Member

This is to avoid extra allocations and heap fragmentation. Removed transfer manager and related code.

Fixes

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Nov 29, 2022
sdk/storage/azblob/blockblob/chunkwriting.go Show resolved Hide resolved
sdk/storage/azblob/blockblob/chunkwriting.go Outdated Show resolved Hide resolved
sdk/storage/azblob/blockblob/chunkwriting.go Show resolved Hide resolved
sdk/storage/azblob/blockblob/mmf_unix.go Outdated Show resolved Hide resolved
sdk/storage/azblob/blockblob/mmf_unix.go Outdated Show resolved Hide resolved
sdk/storage/azblob/blockblob/mmf_unix.go Outdated Show resolved Hide resolved
sdk/storage/azblob/blockblob/mmf_windows.go Outdated Show resolved Hide resolved
@jhendrixMSFT jhendrixMSFT merged commit 10c27bb into Azure:main Dec 5, 2022
@jhendrixMSFT jhendrixMSFT deleted the azblob_uploads branch December 5, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
3 participants