You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.