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
Describe your issue:
When compressing small files, for example a bunch of small .txt files, the resulting archive is bigger than the files it contains.
Ways to Reproduce the issue (optional):
Create a .txt file with a few words in it (it will be some bytes in size)
Compress it via QArchive
The resulting archive is about 10KB (tested with ZipFormat, SevenZipFormat, TarFormat)
The text was updated successfully, but these errors were encountered:
Sorry I forgot to mention it, I'm on Windows 10/11. I compared it with the built-in zip compression and with 7zip.
Libarchive is the latest stable version, I've used the prebuilt binaries for Windows.
Select your issue type: (check at least one)
Describe your issue:
When compressing small files, for example a bunch of small .txt files, the resulting archive is bigger than the files it contains.
Ways to Reproduce the issue (optional):
The text was updated successfully, but these errors were encountered: