Skip to content

Improve performance for extraction of large archives

Choose a tag to compare

@miurahr miurahr released this 21 Jul 21:28
· 1054 commits to master since this release

Changed

  • Use large(1MB) read blocksize for Python 3.7.5 and later and PyPy 7.2.0 and later.

Fixed

  • Fix decompression max_size to pass to lzma module as same as out_remaining.