CH.Compressor.Huffman 1.2.0.1
This is a simple Huffman Compressor. 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.
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CH.Compressor.Huffman</id>
<version>1.2.0.1</version>
<authors>Clifford Hammerschmidt</authors>
<owners>Clifford Hammerschmidt</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/tanglebones/ch-compressor-huffman</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This is a simple Huffman Compressor. 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.</description>
<tags>Compression Compressor Huffman</tags>
</metadata>
</package>