Compression for short messages using Markov-Huffman encoding
A TypeScript implementation of Huffman encoding
Very simple, readable huffman encoding example
Convert any kind of String into a url-friendly compressed parameter using Huffman Encoding.
Compress files using Huffman encoding into .vizz format
Implementation of the HTML encoding sniffer algo, with stream support
Sniff the encoding from a HTML byte stream
Angular JS implementation of the Huffman encoding technique
Convert encodings, uses iconv-lite
Bridging the gap between buffers and typed arrays
Contains parsers and serializers for ASN.1 (currently BER only)
Polyfill for the Encoding Living Standard's API.
TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package
The `data compression` npm package provides a lightweight solution for compressing data using Huffman encoding and converting it into a URI-friendly string format. This makes it convenient for transferring data over URIs while minimizing the payload size.
Convert character encodings in pure javascript.
Detects if a file is binary in Node.js. Similar to Perl's -B.
Huffman code
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
URL utils for humans
Runtime-agnostic library for encoding and decoding data
Convert and detect character encoding in JavaScript
character encoding utilities
Solidity coder for non-standard (tight) packing.
Everything you need to handle HTTP message body content-encoding
Huffman encoding of arbitrary data
A library for optimally compressing chess games in PGN format.
A command-line tool for optimally compressing chess games in PGN format.
Huffman is a library to decode huffman-encoded data.
Reversible JSON binary compression/decompression library with Huffman-encoded keys and optional string value pooling
packedsfen is a library for processing Huffman-encoded supervised phases for Shogi AI.
A fast, lightweight file compression CLI tool using Huffman coding
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.
A simple implementation of huffman algorithm
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.
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.
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.