Skip to content

hellothisismynewusername/compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a lossless file compressor that kinda sucks and is slow and a memory hog. It just uses run length encoding in a really inefficient way.

cargo build to build and then either compression.exe or ./compression to run. Example: ./compression file_to_be_compressed for compression. ./compression file_to_be_decompressed -d for decompression.

About

File compression algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages