faster « Zip « Java I/O Q&A





1. How to decompress faster in Java?    stackoverflow.com

Our system is having a problem with too much files, which is used in a webapp which should be using all the time. That mean the files cannot be deleted and ...

2. Faster alternative(s) to java.util.zip??    coderanch.com

I had to rewrite in Java (1.5) an old c-based code that used PKZIP to compress some input(parameter) files. The problem is one of the requirements for this conversion was to keep at least the same performance as the old one. But unfortunately, creating zip files using java.util.zip is at least 50% slower than PKZIP. Are there any faster java-based alternatives ...