yacreader/compressed_archive/libarchive/README.txt
2022-08-31 09:32:23 +02:00

25 lines
350 B
Plaintext

* Introduction
TODO
* Using
qmake CONFIG+=libarchive
* Supported Archives
TODO
* Limitations
TODO
v4 solid archives, slow 7z, etc.
libarchive is stream based so it reads the archive in linear order. talk about
advantages of properly ordered archives (1.jpg..10.jpg vs 01.jpg..10.jpg)
* Future Work
fallback to unarr for v4 solid archives?