You are browsing as a guest. Sign up (or log in) to start making projects!

Huffman Compressor

  • 1 Devlogs
  • 4 Total hours

A working huffman compressor in rust

Open comments for this post

3h 58m 24s logged

Spent tonight building a little Huffman compressor in Rust. The idea’s old and simple: count how often each byte shows up in a file, build a binary tree where the common bytes sit near the top, and give them the shortest bit-codes. More skewed the data, better it squeezes.

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…