Commit 10c27bb
authored
Use memory mapped files for streaming uploads (Azure#19635)
* Use memory mapped files for streaming uploads
This is to avoid extra allocations and heap fragmentation.
Removed transfer manager and related code.
* clarify change description
* fix generic type constraint
* refinement
* use MAP_PRIVATE on Un*x
* log instead of panic when unmapping section fails
* revert back to Concurrency but keep doc change
* fix copy/paste
* remove unused import
* panic on failure to free buffer1 parent 902d52a commit 10c27bb
File tree
9 files changed
+502
-564
lines changed- sdk/storage/azblob
- blockblob
9 files changed
+502
-564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments