QArchive
QArchive copied to clipboard
Compressing small files increases archive size
Select your issue type: (check at least one)
- [x] Bug
- [ ] Question
- [ ] Suggestion
- [ ] Other (please describe):
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)