Which .NET library has the fastest decompress performance (in terms of throughput)?
There are quite a few libraries out there...
- GZipStream
- DotNetZip
- Xceed Zip for .NET
- SevenZipLib
- SharpZipLib | community sponsor of Xceed Zip for .NET
...and I expect there are more I haven't listed.
Has anyone seen a benchmark of the throughput performance of these GZIP libraries? I'm interested in decompression throughput, but I'd like to see the results for compression too.