Question

Well I was looking to my current zipping code and then I came up with the question, is there any way that I can make it zip faster? I used this code: Zip Code I changed the Buffer to a bigger number, but nothing changed.

Was it helpful?

Solution

Most time in zipping process is spend in deflate algorithm implementation. Lowering compression level will speedup things, but make output larger.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top