Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用Ionic zip 库。我很好奇是否有比这更快的?
只要它有更快的压缩算法,我不在乎它使用什么。
您是否尝试过ZipPackage?
在不知道更快的确切含义(压缩大文件?成批的文件?复杂的目录结构?)的情况下,很难回答。
我没有做过任何速度比较,但我一直更喜欢SharpZipLib。当然,它允许您指定压缩级别。较低的压缩级别会更快。
试试http://sevenzipsharp.codeplex.com/。或者,尝试任何 zip lib 并使用低压缩系数。