lzsa/src
2019-04-05 12:13:51 +02:00
..
libdivsufsort Initial checkin 2019-04-01 18:04:56 +02:00
expand.c Reorganize token byte for faster decoding on 8-bit CPUs, without affecting the compression ratio 2019-04-05 11:58:44 +02:00
expand.h Add autodocs to public functions in compressor and decompressor 2019-04-02 12:12:12 +02:00
format.h Initial checkin 2019-04-01 18:04:56 +02:00
main.c Don't write an unnecessary footer byte when emitting a raw block 2019-04-05 12:13:51 +02:00
shrink.c Reorganize token byte for faster decoding on 8-bit CPUs, without affecting the compression ratio 2019-04-05 11:58:44 +02:00
shrink.h Fix degenerate case; use full 32 bits for suffix array intervals; make EOD parsable by a decompressor as a long 0 match offset as well; use more aggressive compression settings. 2019-04-03 10:16:12 +02:00