Hi GURU,
I am looking at a way to do zip compression in C#. Is there any free library that do zip compression as fast as winzip?
Cheers :)
Printable View
Hi GURU,
I am looking at a way to do zip compression in C#. Is there any free library that do zip compression as fast as winzip?
Cheers :)
This question was asked and answered many times. Please use the search function.
System.IO.Compression.
MadHatter,
Actually, I am currently using that library. It is extremely slow for compressing big files.
Zips,
Is System.IO.Compression fast?
Thanks :)
ryu,
Sorry, I don't have any comparison information to provide. It simply saved us the hassle of another third-party inclusion in our solution deployment.
check this link:
http://www.freedownloadmanager.org/d..._zip_software/
there are high performance zip component....but some of them are not free....if you want freeware try Sharp Zip Wrapper 1.0 that is free.
Touraj Ebrahimi [toraj_e] [at] [yahoo] [dot] [com]