lzfx icon indicating copy to clipboard operation
lzfx copied to clipboard

Simplified LZFX-based compression library

Simplified LZFX-based compression library

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.

See also

Decompression of data generated by this library using 16-bit x86 assembly code.

Acknowledgements

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.