This fork of the LZFX compression library uses a modified encoding that requires fewer and simpler instructions in the decoder. It is not compatible with LZFX/LZF.
Decompression of data generated by this library using 16-bit x86 assembly code.
This fork is based on the LZFX compression library by Andrew Collette (http://lzfx.googlecode.com).
LZFX is based on the LZF code base by Marc Lehmann.