mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-02-11 16:30:48 +00:00
Because the 8086's BIU is more efficient and can read a word in a single operation, we can skew LZSA1 decompression faster on 8086 by using a jump table to eliminate 2 comparions.