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

remote: use string paths over PathInfo for performance reasons #3672

Merged
merged 9 commits into from
Apr 28, 2020

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    4f2fce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255e0ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee6897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb40f8d View commit details
    Browse the repository at this point in the history
  5. fix ds warning

    pmrowla committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8487213 View commit details
    Browse the repository at this point in the history
  6. use os.path in local

    pmrowla committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c4863b1 View commit details
    Browse the repository at this point in the history
  7. remote: re-add checksum_to_path() to return string paths when applicable

    - cloud remotes still default to using PathInfo's
    pmrowla committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c5cefd1 View commit details
    Browse the repository at this point in the history
  8. cache fspath string

    pmrowla committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7b752ed View commit details
    Browse the repository at this point in the history
  9. use abspath in checksum_to_path

    - if path is not relpath from cwd or abspath, posix lstat() syscall
      runtime doubles (from calculating relpath from cwd)
    pmrowla committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    33ec6d7 View commit details
    Browse the repository at this point in the history