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 URL.update_query #1130

Merged
merged 7 commits into from
Sep 8, 2024
Merged

Improve performance of URL.update_query #1130

merged 7 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Improve performance of URL.update_query

    - Avoid reparsing the query string into a MultiDict
    - Avoid creation of many intermediate MultiDict and MultiDictProxy objects
    bdraco committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d4f348b View commit details
    Browse the repository at this point in the history
  2. Improve performance of URL.update_query

    - Avoid reparsing the query string into a MultiDict
    - Avoid creation of many intermediate MultiDict and MultiDictProxy objects
    bdraco committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cbcfc2c View commit details
    Browse the repository at this point in the history
  3. changelog

    bdraco committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7f1a626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c552ebe View commit details
    Browse the repository at this point in the history
  5. merge one more change

    bdraco committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a031a30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f1e259 View commit details
    Browse the repository at this point in the history
  7. merge one more change

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