Frage

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.

War es hilfreich?

Lösung

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.

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top