OK, a very DRAFT version of my LZSS variant has been released!
Details:
Block size: 32M
Window size: 256K
Min.Match = 3
Max.Match = 66 (63+Min.Match)
Literals stored in 8-bits
Match lengths stored in 6-bits
Match offsets in 18-bits
Each literal/match flag requires one bit
i.e. all sizes are fixed
Storer&Szymanski parsing scheme was used on the entire 32 MB block
The max. mode (ex) differs from the Normal mode (e) only in much more deeper string search.
So anyways, enjoy!![]()