Recommendations for .NET compression library
Posted
by GX
on Stack Overflow
See other posts from Stack Overflow
or by GX
Published on 2010-06-15T15:19:08Z
Indexed on
2010/06/15
15:22 UTC
Read the original article
Hit count: 187
c#
|compression
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.
© Stack Overflow or respective owner