MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w5l8wx/lets_build_a_compressor_from_scratch/
r/programming • u/aochagavia • 1d ago
2 comments sorted by
2
building a compressor sounds like a fun challenge, I did something similar in college and learned a lot about algorithms
1
to save you a click: it's a very basic Huffman encoder/decoder written in Rust
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