Pavel Zagrebin was able to optimize the LZSA1 speed-optimized jumptable version by an additional 1-3% by adding more jump cases as well as a few optimizations I missed. I've tested his code on my test harness, as well as an RLE2 optimization, and everything checks out.
Merged Pavel's version manually in commit 668204d95389d24d9122db785709086d0014f57f (due to conflicts with the merge for some reason). Thanks! An extra 1-3% speed is impressive at this stage!
Pavel Zagrebin was able to optimize the LZSA1 speed-optimized jumptable version by an additional 1-3% by adding more jump cases as well as a few optimizations I missed. I've tested his code on my test harness, as well as an RLE2 optimization, and everything checks out.