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

Cleanup #97

Merged
merged 3 commits into from
Dec 11, 2023
Merged

Cleanup #97

merged 3 commits into from
Dec 11, 2023

Commits on Dec 10, 2023

  1. Eliminate global Host resolution map

    Implement a struct that is attached to the transport for the dialcontext.
    This struct contains the resolution override map. It is now expected
    that commands will pass down the map as part of the Client Options.
    tempusfrangit committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6d39746 View commit details
    Browse the repository at this point in the history
  2. Move the .doRequest for a given chunk into the goroutine

    Quick benchmark shows a 200-300MB/s increase on slower downloads
    (e.g. from one provider to another) when not blocking the primary
    execution block to make the request prior to downloading the chunk.
    tempusfrangit committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    20e2c36 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    8ac7a4f View commit details
    Browse the repository at this point in the history