It's not perfect, as it does not work well with binary files (some data it decompresses from compressed binary files is wrong, might be due to the data types I use in my program), but it does work with text files lol.
You can also use it to compress data that any program that uses this receives, so it does not just work on files (like every other compression algorithm lol).
It's not perfect, as it does not work well with binary files (some data it decompresses from compressed binary files is wrong, might be due to the data types I use in my program), but it does work with text files lol.
You can also use it to compress data that any program that uses this receives, so it does not just work on files (like every other compression algorithm lol).
What do you guys think?