/Arc-LZSS

This'll be a try to make an implementation of the lz77 algorithm, something similar to lz77

Primary LanguageCGNU General Public License v3.0GPL-3.0

Arc-LZSS

This'll be a try to make an implementation of the lz77 algorithm, something similar to lz77.

  • Optimzed C code

  • Balanced Compression size and runtime ~70% is target

  • Documented