Which is the fastest way to decompress ZIP files (fragments actually) using C#? I tried with SharpZipLib vs zlib.net vs a wrapper on top of zlib 1.2.3. Which one is faster? I tried with the same test file, repeating 1000 times and these are the results
Read More...
Read the complete post at http://feeds.feedburner.com/~r/CodiceSoftware/~3/371766691/decompressing-zip-files-with-c.html