An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
-
Updated
Oct 27, 2023 - JavaScript
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Massively Parallel Huffman Decoding on GPUs
Implementation of Huffman Coding using Python
Huffman encoding and decoding tree in python
A program that can losslessly compress and decompress files using Huffman Encoding
A program that uses Huffman Algorithm to compress a file, and also reverts back to original file.📁
Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
Huffman coding and decoding with GUI
2D terrain divided into tiles, compressed on CPU, decompressed on GPU, with caching to decrease PCIE bottleneck and VRAM requirement for very big terrains.
Extreme inline text compression for HTML / JS. A custom pipeline that generates stand-alone HTML or JS files which embed competitively compressed self-extracting text, with file sizes of 25% - 40% the original.
A New Approach for Efficient Sequential Decoding of Static Huffman Codes
Check out the clear explanation of the ZipperPlace Algorithm: https://prezi.com/p/nralwfgdk_mu/huffman/
Some simple Huffman compression/decompression.
Huffman Coding
Huffman implementation for encode/decode text
A small implementation of Huffman encoding and decoding in Java
A simple archiver that uses a two‑pass Huffman coding algorithm with 2‑symbol blocks.
🗜️ Имплементация алгоритма Хаффмана на Qt.
C++ implementation of Huffman Encoder and Decoder
Add a description, image, and links to the huffman-decoder topic page so that developers can more easily learn about it.
To associate your repository with the huffman-decoder topic, visit your repo's landing page and select "manage topics."