Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_如何转开发Closed 9 years ago.
Improve this questionI 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.
精彩评论