Info
Version: | 1.2.0.1 |
Author(s): | Clifford Hammerschmidt |
Last Update: | Friday, July 1, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tanglebones/ch-compressor-huffman |
NuGet Url: | https://www.nuget.org/packages/CH.Compressor.Huffman |
Install
Install-Package CH.Compressor.Huffman
dotnet add package CH.Compressor.Huffman
paket add CH.Compressor.Huffman
CH.Compressor.Huffman Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is not nearly as fast as it could be, and I'm sure there is room to improve it. I only use it for small (< 100 byte) strings that the normal .Net compression libraries don't handle well.