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

GH-110109: Speed up pathlib._PathBase.resolve() #110412

Merged

Commits on Oct 4, 2023

  1. pythonGH-110109: Speed up pathlib._PathBase.resolve()

    - Add fast path to `_split_stack()`
    - Skip unnecessarily resolution of the current directory when a relative
      path is given to `resolve()`
    - Remove stat and target caches, which slow down most `resolve()` calls in
      practice.
    - Slightly refactor code for clarity.
    barneygale committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7321dbd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 17, 2023

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