Massively Parallel Huffman Decoding on GPUs
-
Updated
Feb 2, 2019 - C++
Massively Parallel Huffman Decoding on GPUs
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
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
A program that can losslessly compress and decompress files using Huffman Encoding
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.
Implementation of Huffman Coding using Python
A New Approach for Efficient Sequential Decoding of Static Huffman Codes
Huffman encoding and decoding tree in python
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
Huffman Tree Encoder using custom Priority Queue written in C++
A console based text editor that will suggest words from a Dictionary
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
<多媒体计算机技术> 专选课作业
Compress and decompress a file using the Huffman encoding technique
Huffman Coding
A small implementation of Huffman encoding and decoding in Java
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
A program that uses Huffman Algorithm to compress a file, and also reverts back to original file.📁
Tool to compress and decompress text files. Uses huffman encoding.
Huffman coding and decoding with GUI
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."