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

Improve performance of building URLs with authority #1163

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Commits on Sep 27, 2024

  1. Improve performance of building URLs with authority

    Use the fast _split_netloc method so we do not have to reparse the netloc
    for every property
    bdraco committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    72bb82a View commit details
    Browse the repository at this point in the history
  2. Improve performance of building URLs with authority

    Use the fast _split_netloc method so we do not have to reparse the netloc
    for every property
    bdraco committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a3624e2 View commit details
    Browse the repository at this point in the history
  3. compact

    bdraco committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4908021 View commit details
    Browse the repository at this point in the history
  4. coverage

    bdraco committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f7429b0 View commit details
    Browse the repository at this point in the history
  5. changelog

    bdraco committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d3d61c5 View commit details
    Browse the repository at this point in the history