I'd like to compress ZIP files without compression, since I need to provide the format, but the ZIP comprssion algorithm even on lowest level 1 only does ~25 MB/s on modern CPUs, and uncompressed is incredibly much faster.
The docs say:
It does not (ironically) support uncompressed zip files that have been created as streams, where file sizes are not known beforehand.
I don't quite understand what exactly that means; when zipping with this library, the file sizes are known to it beforehand, aren't they?
See also potentially related (?) #4.
I think it would make sense to have this issue to track this feature of the library being able to decompress its own files.
I'd like to compress ZIP files without compression, since I need to provide the format, but the ZIP comprssion algorithm even on lowest level 1 only does ~25 MB/s on modern CPUs, and uncompressed is incredibly much faster.
The docs say:
I don't quite understand what exactly that means; when zipping with this library, the file sizes are known to it beforehand, aren't they?
See also potentially related (?) #4.
I think it would make sense to have this issue to track this feature of the library being able to decompress its own files.