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
<多媒体计算机技术> 专选课作业
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
Huffman Coding
A small implementation of Huffman encoding and decoding in Java
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
A simple package that allows you to perform Huffman coding on user input strings.
🏃 The fastest Python implementation of Huffman coding by using a Finite State Machine
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."