Skip to content

Releases: sidney/brotlidecpy

Version 1.0.3

04 Feb 21:56
Compare
Choose a tag to compare

[1.0.3] - 2021-02-05

  • Optimized read_symbol to read 16 bits at a time as is done in the C reference implementation
  • Fixed issue with compressed input that contains data split across multiple metadata blocks
  • Some changes to unit/integration tests to better support testing issues in compression format
  • Renamed test module to conform to pattern expected by unittest
  • Unit tests can now test using multiple compressed versions of each uncompressed example file
  • Fixed error revealed by one of the newly tested cases involving an edge case in compressed format

Version 1.0.2

02 Feb 02:44
Compare
Choose a tag to compare

Slight performance improvement by merging and streamlining some functions in the inner loop
Added a change log. Refer to it for details of changes

Version 1.0.1

02 Feb 02:27
Compare
Choose a tag to compare

Removed all code that implemented use of intermediate streams and ringbuffers so that
decoding is just done as an in-memory transfer between the input and output buffers