adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

question: merge zip files

Open DrYSG opened this issue 7 years ago • 0 comments

Node/Express application

If we have one static ZIP with about 200MB of data (about 400 files). Static means it does not change. And we have a small ZIP about 1MB of data that does not change, as well as a third ZIP of about 10MB that is dynamically created and we want to merge all three. What is the most efficient way to do this with adm-zip?

Conceivably we could just leave the two add-on zip containers in a unzipped folders and add the folders. Is this best? Or the fact that we can provide them to ADM-ZIP already compressed would that save on wall and CPU time?

DrYSG avatar May 30 '17 14:05 DrYSG