Huffman Coding
Encode a URL to a percent-encoded form, excluding already-encoded sequences
micromark utility to encode dangerous html characters
A pure TypeScript WebP encoder and decoder with zero native dependencies
Fastest HTML entities encode/decode library.
URL utilities for markdown-it
Small package to encode or decode IP addresses from buffers to strings.
Optimise inline SVG with PostCSS.
A stricter URI encode adhering to RFC 3986
Encode and decode base64 encoded strings
Visual encoding transforms for Vega dataflows.
Huffman code
Encode and decode quoted-printable strings according to rfc2045
Codecs for numbers of different sizes and endianness
huffman + Euclidean algorithm
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Encodes a registry URL. Memoized.
Percent-encode characters in strings matching a regular expression
micromark utility with a couple of typescript types
encode-url rewrite in TypeScript
Encode/decode base64 data into ArrayBuffers
Entity parser for XML, HTML, External entites with security and NCR control
High-performance Base64 encoder and decoder
A simple Base32 encode / decode function for JavaScript supports UTF-8 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.