MichaelDipperstein / lzss
lzss: An ANSI C implementation of the LZSS compression algorithm
☆48Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for lzss
- MDX — A BSD-style RTOS☆26Updated 2 months ago
- Compression using LZS-style algorithm, derived from LZ77-style☆19Updated 9 months ago
- Simplified LZFX-based compression library☆20Updated last year
- liblzg is a minimal implementation of an LZ77 class compression library.☆52Updated last year
- Example of CRUSH compression with optimal parsing using BriefLZ algorithms☆14Updated last year
- Minimal TCP/IP stack for non OS based micrcontroller enviornment.☆18Updated 4 years ago
- Optimal LZ4 compression☆43Updated 4 years ago
- A lightweight implementation of the fat32 filesystem specification in C for embedded systems.☆103Updated 4 years ago
- An embedded-friendly, adjusted-binary LZW compressor / decompressor☆76Updated 4 years ago
- High-speed lossless data compression of 16 to 512 bytes--get better average compression than QuickLZ for 512-byte blocks. td512 maintains…☆22Updated 2 years ago
- A fast memory pool allocator☆13Updated 2 years ago
- huffman: An ANSI C implementation of Huffman coding☆12Updated 2 years ago
- Example of LZ4 compression with optimal parsing using BriefLZ algorithms