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

Commits on Dec 5, 2022

  1. Use memory mapped files for streaming uploads

    This is to avoid extra allocations and heap fragmentation.
    Removed transfer manager and related code.
    jhendrixMSFT committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0ab74ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21fc628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239cbb5 View commit details
    Browse the repository at this point in the history
  4. refinement

    jhendrixMSFT committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5cd46ae View commit details
    Browse the repository at this point in the history
  5. use MAP_PRIVATE on Un*x

    jhendrixMSFT committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0696726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de3b00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5edfd57 View commit details
    Browse the repository at this point in the history
  8. fix copy/paste

    jhendrixMSFT committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4240143 View commit details
    Browse the repository at this point in the history
  9. remove unused import

    jhendrixMSFT committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    bb5a7d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53826d3 View commit details
    Browse the repository at this point in the history