Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 22 Feb 08:13
· 959 commits to develop since this release
fecf7dd
  • Fix a bug where negative integers were not allowed for the adler32 and
    crc32 functions in isal_zlib.
  • Provided stubs (type-hint files) for isal_zlib and _isal modules.
    Package is now tested with mypy to ensure correct type information.
  • The command-line interface now reads in blocks of 32K instead of 8K. This
    improves performance by about 6% when compressing and 11% when decompressing.
    A hidden -b flag was added to adjust the buffer size for benchmarks.
  • A -c or --stdout flag was added to the CLI interface of isal.igzip.
    This allows it to behave more like the gzip or pigz command line
    interfaces.