Skip to content

janding/lzfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.