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

Efficiency: Tarfile.extract is slow. #4394

Open
AndrewJGaut opened this issue Feb 8, 2023 · 0 comments
Open

Efficiency: Tarfile.extract is slow. #4394

AndrewJGaut opened this issue Feb 8, 2023 · 0 comments
Assignees
Labels
p2 Do it this quarter.

Comments

@AndrewJGaut
Copy link
Contributor

It appears tarfile.extract is slow. This is likely not due to the function itself but perhaps due to the fact that a very large directory is being tarred (you can see in the profile that copyfileobj is called many times). We should look further into this.

Profile here

@percyliang percyliang added the p2 Do it this quarter. label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Do it this quarter.
Projects
None yet
Development

No branches or pull requests

3 participants