r/programming 1d ago

Let's build a compressor from scratch

https://ochagavia.nl/blog/lets-build-a-compressor-from-scratch/
45 Upvotes

2 comments sorted by

2

u/Delicious_Topic483 1d ago

building a compressor sounds like a fun challenge, I did something similar in college and learned a lot about algorithms

1

u/stbrumme 5h ago

to save you a click: it's a very basic Huffman encoder/decoder written in Rust