bpo-34010: Fix tarfile read performance regression by hajoscher · Pull Request #8020 · python/cpython
During buffered read, use a list followed by join instead of extending a bytes object. This is how it was done before but changed in commit b506dc3.
methane
changed the title
bpo-34010: improve tarfile stream read performance
bpo-34010: Improve tarfile stream read performance
methane
changed the title
bpo-34010: Improve tarfile stream read performance
bpo-34010: Fix tarfile read performance regression
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jul 4, 2018miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jul 4, 2018miss-islington added a commit that referenced this pull request
Jul 4, 2018miss-islington added a commit that referenced this pull request
Jul 4, 2018This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters