Top 20 NuGet zlib Packages

LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits. LZ4net brings LZ4 to all (most?) .NET platforms: .NET 2.0+, .NET Core, Mono...
Snappy is an extremely fast compressor (250MB/s) and decompressor (500MB/s). Snappy.NET is a P/Invoke wrapper around native Snappy, which additionally implements Snappy framing/streaming format.
A .NETStandard port of Iconic.Zlib from DotNetZip project.
Spreads Native methods
Rebex ZIP is a ZIP, UnZIP, DEFLATE, zlib and GZIP compression library with multi-core compression support. This is a paid commercial product with a free 30-day trial: - Trial mode: Start your free 30-day trial by generating your trial key at https://rebex.net/support/trial-key.aspx - Licensed mode...
Decompression and compression algorithms for compression methods commonly used in MPQ archives.
(Unofficial) Signed Snappy.NET Library. The containing assembly was generated by signing the officially published Snappy.NET.dll. Snappy is an extremely fast compressor (250MB/s) and decompressor (500MB/s). Snappy.NET is a P/Invoke wrapper around native Snappy, which additionally implements Snap...
RemoteViewing is a .NET-native VNC client and server library. It supports Raw, Hextile, Copyrect, and Zlib encodings.
LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits.
Integrates RemoteViewing with ASP.NET Core, allowing you to host a noVNC server.
This packages is not usable on its own. Please use https://www.nuget.org/packages/lz4net.netcore.signed/ instead.
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms.
DotNetCompression v3 is a streaming compression library that enables you to easily compress and decompress streams, byte arrays or single files using the LZF4, DEFLATE, ZLIB, GZIP, BZIP2 and LZMA methods. From fast compression to high compression, it unites a wide range of lossless data compress...
A cleaned up and bug fixed version of zlib.net. This is also planned to be updated frequently if needed too.
Zlib (deflate) compression including dictionary support. This is a wrapper around DotNetZip.
boost_zlib-vc140. Compiler: Visual Studio 2015 Update 3.
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms. This is a .NET Core (.NET Standard) port of the zlib.net library from ComponentAce (http://www.componentace.com/zlib_.NET.htm).
boost_zlib-vc141. Compiler: Visual Studio 2017 15.9.58.
A build of ZLib for Stone Steps Webalizer.
zlib is a software library used for data compression. zlib was written by Jean-Loup Gailly and Mark Adler and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program. zlib is also a crucial component of many software platforms including Linux, Mac OS X, a...