howerj / lzss-forth

LZSS compression in Forth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LZSS CODEC FOR FORTH

Copy the routines and do what you want with them. All of the files that this version of the LZSS CODEC are based on appear to be in the public domain. This version of the Forth CODEC is designed to be used in constrained systems that may lack file I/O, and the niceties of larger Forth implementations.

The new implementation of the LZSS CODEC is available in lzss.fth, and has been tested with https://gforth.org/ version 0.7.3 under Linux.

As with most Forth libraries you may have to modify the code to suite your purpose (and your Forth implementation).

The new version is (or will be) designed for image decompression at run time, shrinking and obfuscating Forth virtual machine images before distribution.

References:

The original files can be obtained from here:

But are also kept in the project as lzss.fo and lzss.doc.

About

LZSS compression in Forth

License:The Unlicense


Languages

Language:Forth 99.1%Language:Makefile 0.9%