Found 5 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, Windows Phone, Xamarin.iOS, Xamarin.Android and Silverlight
This packages is not usable on its own. Please use https://www.nuget.org/packages/lz4net.netcore.signed/ instead.
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.
Compress/Decompress with QuickLz with less allocations
Port of the Enyim Memcached Provider to Couchbase Server with some improvements: - Target framework is .NET 4.5 - Session data compression is supported. - NLog logging can be enabled to output basic information for all Save / Load actions (item id and size before and after compression) - LZ4 fast compression algorithm supported - QuickLZ very fast compression algorithm supported and is default algorithm if compression enabled (http://www.quicklz.com). - LZ4Sharp library (https://github.com/stangelandcl/LZ4Sharp) used for fastest compression - Provider write his configuration during start to Windows Event Log and in addition to log file. Copyrights: - couchbase-aspnet project is Copyright (C) 2012 Couchbase, Inc - LZ4Sharp is Copyright (C) 2011, Clayton Stangeland - parts of LZ4Sharp are LZ4 - Fast LZ compression algorithm is Copyright (C) 2011, Yann Collet. - QuickLZ data compression library is Copyright (C) 2006-2011 Lasse Mikkel Reinhold