I m currently using Ionic zip library. I was curious if there s a faster one than this?

As long as it has a faster compression algorithm, i dont care what it uses.

有帮助吗?

解决方案

Have you maybe tried ZipPackage?

Without knowing what exactly faster means (compressing large files? batches of bunches of files? complex directory structure?) it's hard to answer.

其他提示

I haven't done any speed comparisons but I've always preferred SharpZipLib. And of course it'll allow you to specify your compression level. A lower compression level will be faster.

Try http://sevenzipsharp.codeplex.com/. Or, try any zip lib and use a low compression factor.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top