We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I use very large window sizes when compressing data (up to the maximum of 2 << 31). I noticed that the package has a MaxWindowSize of 2 << 29.
How would I go about decoding streams compressed with long=31? Was support for larger window sizes purposely left out?
Thanks!
Activity