in reply to Re: Archive::Zip performance question
in thread Archive::Zip performance question

I agree, move the writeToFileNamed outside the loop. Instead of adding each file to 1 zip, you are doing something like the following: You should add all the files, then writeToFileNamed at the end.
  • Comment on Re^2: Archive::Zip performance question