Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 342 Bytes

Fun with compression

Toy implementations of compression algorithms. Nothing in this repository is remotely production-ready or even necessarily correct.

  • LZ77
  • LZ77 with Huffman coding
  • Fixed-width LZW
  • Fixed-width LZW with Huffman coding
  • Variable-width LZW
  • GIF-compatible variable-width LZW decoding
  • Something kinda like bzip2