Skip to content

Improve Buffer size and max_length handling

Choose a tag to compare

@miurahr miurahr released this 08 Aug 06:20
· 966 commits to master since this release

Changed

  • Utilize max_length argument for each decompressor.(#210, #211)
  • Change READ_BUFFER_SIZE 32768 for python 3.7.5 and before.
  • Extend Buffer size when necessary.(#209)