Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 578 Bytes

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.