grtamayo / lzpgt

Fast LZP codec. Equivalent to "praq52 c1 infile outfile". Lzpgt decoder now faster! Compress output is more compact than ppp and lzp2. Output is a block of bits (1/0), then a block of mismatched bytes. Lzpgt6 now faster and lzpgt7 with optional guess table bitsize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lzpgt.c (c) 2022

Simple PPP/LZP single file codec.

Gerald R. Tamayo (c) 2022, geraldrtamayo@yahoo.com

About

Fast LZP codec. Equivalent to "praq52 c1 infile outfile". Lzpgt decoder now faster! Compress output is more compact than ppp and lzp2. Output is a block of bits (1/0), then a block of mismatched bytes. Lzpgt6 now faster and lzpgt7 with optional guess table bitsize.


Languages

Language:C 100.0%