Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 379 Bytes

mtc

MTC - Multi threaded compression will be a compression program that will be written in rust with huffman coding. the compression will be done using multipie threads, thereby making the compression proccess easier. the decompression will not be using threads since so far i am unable to use threads with decompression due to the way that the huffman coding protocol works.