Well... quick update. I've been playing around with QuickBMS' algorithms (115 as of today if I interpreted defs.h right)
Now I have like a zillion questions but I guess it's better to go one step at the time...
I saw that Microsoft's Lempel-Ziv-eXtended compression is supported. What I missed is a way of configure the levels of compression. Is it present in the program? Or is it a stripped-off version that only operate with the strongest setting?
I'm interested in use your code in a recompression program like precomp but in this case for lzx streams. And as far as I know, this could be the only open source code existing that is capable of doing so because wimlib has its own implementation that yields a stronger result than MS original algorithm.
Thanks in advance for any insight.