CompreLZ is a lightweight file compression utility written in C. It uses the LZ77 algorithm for compression and decompression of files.
NOTICE: This is just a personal project, its still in developement fully and will be cooking slowly until realease, if you want to contribute send me a dm or open a pull request anytime <3."
Adding a Nuklear GUI soon <3
- LZ77 Compression: Efficient dictionary-based compression.
- Sliding Window and Buffer: 4095-byte window size and 18-byte lookahead size.
- Simple CLI: Easy-to-use command-line interface.
- Fast Execution: Written in pure C cuz i dont know anything else.
Will add installation instructions soon, for now just clone the repo and build it with CMake or Makefile.
- A C compiler (e.g.,
gcc,clang, orMinGW). - CMake (optional but recommended) or
make.
This project is licensed under the MIT License - see the LICENSE
Made by Marian Hacecky (Breetea) <3