-
Notifications
You must be signed in to change notification settings - Fork 68
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
PERF: remove isdir() check in copy_file(), about 10% of the run time was checking if the file to copy is a directory. #258
Open
morotti
wants to merge
22
commits into
pypa:main
Choose a base branch
from
man-group:performance-distutils
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a6f42b - Browse repository at this point
Copy the full SHA 7a6f42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a996148 - Browse repository at this point
Copy the full SHA a996148View commit details -
Configuration menu - View commit details
-
Copy full SHA for b164d66 - Browse repository at this point
Copy the full SHA b164d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89522f9 - Browse repository at this point
Copy the full SHA 89522f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b23d0 - Browse repository at this point
Copy the full SHA c6b23d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5268b5 - Browse repository at this point
Copy the full SHA e5268b5View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c1cb08 - Browse repository at this point
Copy the full SHA 6c1cb08View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 851e71a - Browse repository at this point
Copy the full SHA 851e71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dcde5e - Browse repository at this point
Copy the full SHA 7dcde5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041c42e - Browse repository at this point
Copy the full SHA 041c42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07b4ed - Browse repository at this point
Copy the full SHA b07b4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8f235 - Browse repository at this point
Copy the full SHA ef8f235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f1d85 - Browse repository at this point
Copy the full SHA 03f1d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85efee - Browse repository at this point
Copy the full SHA e85efeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 976e935 - Browse repository at this point
Copy the full SHA 976e935View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6652a4 - Browse repository at this point
Copy the full SHA d6652a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806b1ca - Browse repository at this point
Copy the full SHA 806b1caView commit details
Commits on Apr 24, 2024
-
Merge https://github.com/jaraco/skeleton
# Conflicts: # pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for e5b06e1 - Browse repository at this point
Copy the full SHA e5b06e1View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4549de1 - Browse repository at this point
Copy the full SHA 4549de1View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 294b206 - Browse repository at this point
Copy the full SHA 294b206View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37185d - Browse repository at this point
Copy the full SHA a37185dView commit details
Commits on Jun 20, 2024
-
PERF: remove isdir() check in copy_file(), about 10% of the run time …
…was checking if the file to copy is a directory.
Configuration menu - View commit details
-
Copy full SHA for 745640e - Browse repository at this point
Copy the full SHA 745640eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.