You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: