Releases: emmanuel-marty/lzsa
Releases · emmanuel-marty/lzsa
1.4.1
1.4.0
Version 1.4.0:
- Compress LZSA1 another ~25% faster
- Multiple internal improvements
1.3.12
Version 1.3.12:
- Compress LZSA1 another ~35% faster
- Updated LZSA2 fast depacker for Z80, 1% faster, 6 bytes smaller (contributed by specke)
1.3.11
Version 1.3.11:
- Compress LZSA1 ~35% faster
- Compress LZSA2 another ~2.5% faster
- Updated LZSA2 small depacker for Z80 (contributed by specke)
1.3.10
Version 1.3.10:
- Compress LZSA2 another ~5% faster
- Another small ratio increase for some LZSA2 files
1.3.9
Version 1.3.9:
- Small ratio increase for some LZSA1 and LZSA2 files
- Increase 6502 decompress_faster depacker speed by 3-4% (contributed by jbrandwood)
- Fix small potential issue (never encountered in production)
1.3.8
1.3.7
Version 1.3.7:
- Small LZSA2 ratio increase for some files
- Even faster LZSA1 depacker for Z80 (contributed by specke)
- Improve size and speed of faster 6502 depackers (contributed by jbrandwood)
- Fix typo in LZSA2 spec (contributed by remy-luisant)
1.3.6
Version 1.3.6:
- Compress LZSA2 another 5% faster, compared to v1.3.5 (the compressed output is still unchanged)
- Speed and size improvements to backward HD 6309 depackers (Tandy CoCo 3), by Doug Masten
- Don't accidentally create empty folder, when building from source
1.3.5
Version 1.3.5:
- Compress LZSA2 5% faster, compared to v1.3.4 (the compressed output is unchanged)
- Small improvement to the 6502 depackers for LZSA2
- Speed and size improvements to the 6809 depackers, contributed by Doug Masten
- New HD 6309 depackers (Tandy CoCo 3), by Doug Masten
- New 65816 depackers, by Peter Ferrie
- Avoid C99 in command-line tool, in order to build with older compilers