huffandpuff
Huffman coder
A minimal implementation of a Huffman coding algorithm for binary data compression and decompression
Minimal Huffman coder/decoder
99 stars
6 watching
8 forks
Language: C
last commit: over 11 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Solidity-based implementation of the Huffman coding algorithm for data compression in Ethereum smart contracts | 9 |
| Develops a lossless data compression format suitable for cloud datasets | 282 |
| Two entropy codecs are implemented to achieve high-speed compression and decompression speeds. | 1,344 |
| A programming language for writing highly optimized Ethereum Virtual Machine program code and smart contracts with direct manipulation of bytecode | 233 |
| A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 82 |
| An implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data. | 199 |
| An interactive learning platform for teaching programming in Python to beginners | 1,314 |
| An efficient framework for end-to-end learning on image-text and video-text tasks | 709 |
| A MicroPython module to read rotary encoder values in real-time | 292 |
| A C library providing a set of efficient algorithms for compressing and decompressing integers. | 776 |
| A Python wrapper around a binary serialization format | 5 |
| An implementation of an 8-bit array data structure using Huffman coding in Solidity | 12 |
| An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets | 104 |
| A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP. | 25 |
| A C++ library for encoding binary data into base64 strings on the Arduino platform. | 184 |