Huffman code
Generate Huffman codes from symbols and probabilities
huffman + Euclidean algorithm
Compress or expand files using LZ77 and Huffman coding
An n-ary Huffman algorithm implementation.
Huffman encoder
Huffman packet encoding for diablo2 network packets
Huffman Tree
Huffman code
Compression for short messages using Markov-Huffman encoding
Huffman ts is an implementation of Huffman Algorithm in Typescript. It provides full compatibility with Huffman algorithm reference.
Adaptive Huffman Decoder (with LZSS)
Huffman Coding
A cli tool to compress files usig huffman algorithm
Set of utilities for the huffman algorithm
A minimal Huffman encoder/decoder for message compression in Node.js and browser.
A tiny compression library based on Huffman coding.
Very simple, readable huffman encoding example
Compress and decompress an array of bytes using Huffman coding
WebAssembly библиотека для сжатия на алгоритмах LZSS и Huffman.
A TypeScript implementation of Huffman encoding
The Huffman coding portion of the deflate algorithm according the the RFC 1951 specification.
Set of Shennon-Fano, Elias gamma, Huffman and Unary encoding algorithms
Convert any kind of String into a url-friendly compressed parameter using Huffman Encoding.
Huffman is a library to decode huffman-encoded data.
Canonical Huffman algorithm for handling HPACK format in HTTP/2.
SIMD-accelerated JPEG encoder (baseline + progressive SOF2, RGB / grayscale / CMYK, EXIF / ICC pass-through) and Huffman decoder with EXIF / ICC retrieval.
A paginated, streaming library for Huffman coding on embedded.
Huffman compression given a probability distribution over arbitrary symbols
Huffman compression given a probability distribution over arbitrary symbols
Huffmanrs est une bibliothèque Rust permettant d'encoder et de décoder du texte en utilisant le codage de Huffman.
Pure-Rust On2 VP6 (vp6f) video decoder for oxideav
Content-adaptive hybrid compression library - analyzes data, selects the best transform + entropy coder pipeline
Pure-Rust Theora video codec — orphan-rebuild scaffold pending clean-room re-implementation.
Encode and decode files using canonical huffman codes
A no_std collection of compression algorithms behind a uniform streaming trait, gated per-algorithm by Cargo features.
This gem allow you to encode and decode a text using the Huffman encoding compression algorithm. It can also generate and visualize the huffman tree as a png file.
A ruby gem that implements Huffman Coding.
The teeworlds C++ huffman compression code wrapped as a ruby gem This gem implements the huffman compression algorithm. Using the exact code of the teeworlds codebase. https://github.com/teeworlds/teeworlds/blob/26d24ec061d44e6084b2d77a9b8a0a48e354eba6/src/engine/shared/huffman.cpp So this gem is ideal for developing teeworlds projects in ruby. But this is not a general purpose compression library. Do not expect speed/ease of use/safety/correctness but just being as close to the teeworlds implementation as possible.
A simple implementation of huffman algorithm
Huffnpuff implements a general purpose Huffman Coding system that uses a construction string which can implement any system. This also includes the bitfifo gem which allows variable length bit sequences to address the internal table of the Huffnpuff object instance. Huffman coding is essential for compression techniques such as MPEG, and PKZIP.
Huffify is a Ruby gem that provides functionality to encode and decode text data using Huffman encoding, a lossless data compression algorithm. Huffman encoding efficiently compresses data by assigning shorter codes to more frequent symbols and longer codes to less frequent symbols.
Squish is a simple classification library that uses a modified Huffman compression algorithm to classify resources into buckets. While it is orders of magnitude slower than a naive Bayes classifier, it is potentially more effective for certain types of data.
You need a UUID from some string. Maybe a URL shortner without a database, or some kind of ID passed as parameter. This gem uses Huffman Coding [http://en.wikipedia.org/wiki/Huffman_coding] and base 36 integers [http://en.wikipedia.org/wiki/Base_36] to create such ID.
A pure Ruby JPEG decoder and encoder with zero C extension dependencies. Supports Baseline JPEG with Huffman coding, IDCT, and YCbCr color conversion.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.