This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
lzsa
Watch
1
Star
0
Fork
0
You've already forked lzsa
mirror of
https://github.com/emmanuel-marty/lzsa.git
synced
2025-01-01 05:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1ef1ad8111
lzsa
/
src
History
emmanuel-marty
1ef1ad8111
Reorganize token byte for faster decoding on 8-bit CPUs, without affecting the compression ratio
2019-04-05 11:58:44 +02:00
..
libdivsufsort
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
main.c
Store 16-bit lengths and match offsets directly, to simplify decompression on 8-bit CPUs without affecting the compression ratio
2019-04-05 10:42:06 +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