Tloz / libspu

A lib for small project. When you don't want to reinvent the wheel each time and don't want to use a framework
The Unlicense
0 stars 0 forks source link

Implement a compression algorithm #9

Open Tloz opened 3 years ago

Tloz commented 3 years ago

Is your feature request related to a problem? Please describe. Text files that we read and write in may sometime need to be unreadable by the user (to some extent). Sometime we may just need

Describe the solution you'd like Two functions that take a file pointer (or a filename). One compresses it, the other one decompress it

Tloz commented 3 years ago

The algorithm doesn't matter, as long as it's implementation is free to use and redistribute

Start here maybe: https://michaeldipperstein.github.io/lzss.html