A compression algorithm designed for code simplicity
https://bitbucket.org/tkatchev/yalz77
Fully standard platform-independent C++, only one C++ header with about 300 lines of code, and yet good enough to be useful for practical work.
Designed for those places where you don't want to integrate large, incomprehensible code bases you don't understand.
1 comment
[ 3.0 ms ] story [ 11.3 ms ] threadI find the title a bit confusing. I first thought this would simplify and/or compress code (minify).