I have a folder with files and you want to compress it as efficiently as possible without loss.
Files are very similar to each other in that the main payload is exactly the same, but variable-sized headers and footers may vary slightly between files.
I need to have access to any of the files very quickly, and also add additional files very quickly (no need to unzip the entire folder to add the file again for re-compression). Removing from a folder is not very common.
Algorithmic sentences are good, although I would prefer to just use some existing library / program for this task.
source
share