Recommendations for .NET compression library
- by GX
Hello,
I am looking for some recommendations about compressing data in .NET, aside from using the GZipStream class.
I am looking for fast and high compression of byte arrays to be able to send them via tcp.
Thank you.