huffman-coding topic

List huffman-coding repositories

Turbo-Range-Coder

62
Stars
4
Forks
Watchers

TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems

huffman

29
Stars
4
Forks
Watchers

Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).

huffman-coding

60
Stars
34
Forks
Watchers

A C++ compression and decompression program based on Huffman Coding.

Gr-affable

15
Stars
100
Forks
Watchers

Repository for Hello FOSS 2022, a month long institute-wide Open Source Contributive Event along the lines of Hacktoberfest. The "Hello World" of open source contributions!

Huffman Encoding and Decoding for Image Compression using Python

txt-compressor

30
Stars
29
Forks
Watchers

An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.

image-optimizer

18
Stars
2
Forks
Watchers

Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!

rust-huffman-compress

24
Stars
8
Forks
Watchers

A Rust library for Huffman compression given a propability distribution over arbitrary symbols